Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-engine.h>
Data Fields | |
PangoScript | script |
const gchar * | langs |
PangoEngineScriptInfo: @script: a PangoScript
. The value PANGO_SCRIPT_COMMON has the special meaning here of "all scripts" @langs: a semicolon separated list of languages that this engine handles for this script. This may be empty, in which case the engine is saying that it is a fallback choice for all languages for this range, but should not be used if another engine indicates that it is specific for the language for a given code point. An entry in this list of "*" indicates that this engine is specific to all languages for this range.
The PangoEngineScriptInfo
structure contains information about how the shaper covers a particular script.
Deprecated: 1.38
Definition at line 267 of file pango-engine.h.
const gchar* _PangoEngineScriptInfo::langs |
Definition at line 270 of file pango-engine.h.
PangoScript _PangoEngineScriptInfo::script |
Definition at line 269 of file pango-engine.h.