Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-engine.h>
Data Fields | |
PangoEngineClass | parent_class |
void(* | script_break )(PangoEngineLang *engine, const char *text, int len, PangoAnalysis *analysis, PangoLogAttr *attrs, int attrs_len) |
PangoEngineLangClass: @script_break: (nullable): Provides a custom implementation of pango_break(). If NULL, pango_default_break() is used instead. If not NULL, for Pango versions before 1.16 (module interface version before 1.6.0), this was called instead of pango_default_break(), but in newer versions, pango_default_break() is always called and this is called after that to allow tailoring the breaking results.
Class structure for PangoEngineLang
Deprecated: 1.38
Definition at line 140 of file pango-engine.h.
PangoEngineClass _PangoEngineLangClass::parent_class |
Definition at line 143 of file pango-engine.h.
void(* _PangoEngineLangClass::script_break) (PangoEngineLang *engine, const char *text, int len, PangoAnalysis *analysis, PangoLogAttr *attrs, int attrs_len) |
Definition at line 146 of file pango-engine.h.