Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoEngineLangClass Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

◆ parent_class

PangoEngineClass _PangoEngineLangClass::parent_class

Definition at line 143 of file pango-engine.h.

◆ script_break

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.


The documentation for this struct was generated from the following file: