Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-engine.h>
Data Fields | |
const gchar * | id |
const gchar * | engine_type |
const gchar * | render_type |
PangoEngineScriptInfo * | scripts |
gint | n_scripts |
PangoEngineInfo: @id: a unique string ID for the engine. @engine_type: a string identifying the engine type. @render_type: a string identifying the render type. @scripts: array of scripts this engine supports. @n_scripts: number of items in @scripts.
The PangoEngineInfo
structure contains information about a particular engine. It contains the following fields:
Deprecated: 1.38
Definition at line 286 of file pango-engine.h.
const gchar* _PangoEngineInfo::engine_type |
Definition at line 289 of file pango-engine.h.
const gchar* _PangoEngineInfo::id |
Definition at line 288 of file pango-engine.h.
gint _PangoEngineInfo::n_scripts |
Definition at line 292 of file pango-engine.h.
const gchar* _PangoEngineInfo::render_type |
Definition at line 290 of file pango-engine.h.
PangoEngineScriptInfo* _PangoEngineInfo::scripts |
Definition at line 291 of file pango-engine.h.