Method
PangoFc.Decoder.get_glyph
Declaration [src]
PangoGlyph
pango_fc_decoder_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.)
Parameters
| fcfont | PangoFcFont | 
| a  | |
| Ownership is not transferred to the callee | |
| wc | guint32 | 
| the Unicode code point to convert to a single  |