PangoEngineInfo

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:

version(Backend)
struct PangoEngineInfo {
const(gchar)* id;
const(gchar)* engine_type;
const(gchar)* render_type;
PangoEngineScriptInfo* scripts;
gint n_scripts;
}

Meta