Method
PangoXftFontget_glyph
Declaration [src]
guint
pango_xft_font_get_glyph (
PangoFont* font,
gunichar wc
)
Description [src]
Gets the glyph index for a given Unicode character
for font
.
If you only want to determine whether the font has
the glyph, use pango_xft_font_has_char()
.
Use pango_fc_font_get_glyph()
instead.
Available since: | 1.2 |