Pango Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#define PANGO_RENDER_TYPE_ATSUI CGFontRef pango_atsui_font_get_cgfont (PangoATSUIFont *font
); ATSFontRef pango_atsui_font_get_atsfont (PangoATSUIFont *font
);
The macros and functions in this section are used to access fonts natively on MacOS systems using the ATSUI text rendering subsystem.
#define PANGO_RENDER_TYPE_ATSUI "PangoRenderATSUI"
A string constant identifying the ATSUI renderer. The associated quark (see
g_quark_from_string()
) is used to identify the renderer in pango_find_map()
.
CGFontRef pango_atsui_font_get_cgfont (PangoATSUIFont *font
);
Returns the CGFontRef of a font.
|
A PangoATSUIFont |
Returns : |
the CGFontRef associated to font .
|
Since 1.18