Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pangofc-decoder.h>
Data Fields | |
GObjectClass | parent_class |
FcCharSet *(* | get_charset )(PangoFcDecoder *decoder, PangoFcFont *fcfont) |
PangoGlyph(* | get_glyph )(PangoFcDecoder *decoder, PangoFcFont *fcfont, guint32 wc) |
void(* | _pango_reserved1 )(void) |
void(* | _pango_reserved2 )(void) |
void(* | _pango_reserved3 )(void) |
void(* | _pango_reserved4 )(void) |
PangoFcDecoderClass: @get_charset: This returns an FcCharset
given a PangoFcFont
that includes a list of supported characters in the font. The #FcCharSet that is returned should be an internal reference to your code. Pango will not free this structure. It is important that you make this callback fast because this callback is called separately for each character to determine Unicode coverage. @get_glyph: This returns a single PangoGlyph
for a given Unicode code point.
Class structure for PangoFcDecoder
.
Since: 1.6
Definition at line 85 of file pangofc-decoder.h.
void(* _PangoFcDecoderClass::_pango_reserved1) (void) |
Definition at line 101 of file pangofc-decoder.h.
void(* _PangoFcDecoderClass::_pango_reserved2) (void) |
Definition at line 102 of file pangofc-decoder.h.
void(* _PangoFcDecoderClass::_pango_reserved3) (void) |
Definition at line 103 of file pangofc-decoder.h.
void(* _PangoFcDecoderClass::_pango_reserved4) (void) |
Definition at line 104 of file pangofc-decoder.h.
FcCharSet *(* _PangoFcDecoderClass::get_charset) (PangoFcDecoder *decoder, PangoFcFont *fcfont) |
Definition at line 92 of file pangofc-decoder.h.
PangoGlyph(* _PangoFcDecoderClass::get_glyph) (PangoFcDecoder *decoder, PangoFcFont *fcfont, guint32 wc) |
Definition at line 94 of file pangofc-decoder.h.
GObjectClass _PangoFcDecoderClass::parent_class |
Definition at line 88 of file pangofc-decoder.h.