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.
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.