PangoEngineInfo

The PangoEngineInfo structure contains information about a particular engine. It contains the following fields:

Members

Variables

engineType
const(char)* engineType;

a string identifying the engine type.

id
const(char)* id;

a unique string ID for the engine.

nScripts
int nScripts;

number of items in scripts.

renderType
const(char)* renderType;

a string identifying the render type.

scripts
PangoEngineScriptInfo* scripts;

array of scripts this engine supports.