Virtual Method
PangoFc.Decoder.get_glyph
Declaration [src]
PangoGlyph
get_glyph (
PangoFcDecoder* decoder,
PangoFcFont* fcfont,
guint32 wc
)
Description [src]
Generates a PangoGlyph
for the given Unicode point using the
custom decoder.
For complex scripts where there can be multiple glyphs for a single character, the decoder will return whatever glyph is most convenient for it. (Usually whatever glyph is directly in the fonts character map table.)
Available since: | 1.6 |
Parameters
fcfont |
PangoFcFont |
a |
|
The data is owned by the caller of the function | |
wc |
guint32 |
the Unicode code point to convert to a single |