PangoEngineInfo

The PangoEngineInfo structure contains information about a particular engine. It contains the following fields: const gchar *id; a unique string ID for the engine. const gchar *engine_type; a string identifying the engine type. const gchar *render_type; a string identifying the render type. PangoEngineScriptInfo *scripts; array of scripts this engine supports. gint n_scripts; number of items in scripts.

Members

Variables

engineType
char* engineType;
Undocumented in source.
id
char* id;
Undocumented in source.
nScripts
int nScripts;
Undocumented in source.
renderType
char* renderType;
Undocumented in source.
scripts
PangoEngineScriptInfo* scripts;
Undocumented in source.

Meta