CoreText Fonts and Rendering — Font handling and rendering on OS X
The macros and functions in this section are used to access fonts natively on OS X using the CoreText text rendering subsystem.
CTFontRef pango_core_text_font_get_ctfont (PangoCoreTextFont *font);
PangoCoreTextFont *font
Returns the CTFontRef of a font.
font
A PangoCoreTextFont
the CTFontRef associated to font .
Since: 1.24