Create a Win32FontFace from a existing cairo_surface_t*. Win32FontFace is a garbage collected class. It will call cairo_font_face_destroy when it gets collected by the GC or when dispose() is called.
Creates a new font for the Win32 font backend based on a LOGFONT.
Creates a new font for the Win32 font backend based on a HFONT.
Creates a new font for the Win32 font backend based on a LOGFONT.
Method for use in subclasses. Calls cairo_font_face_status(nativePointer) and throws an exception if the status isn't CAIRO_STATUS_SUCCESS
The createFromNative method for the FontFace classes. See https://github.com/jpf91/cairoD/wiki/Memory-Management#createFromNative for more information.
This function returns the C type of a FontFace. See FontType for available types.
convenience alias
The Microsoft Windows font backend is primarily used to render text on Microsoft Windows systems.