Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoEngineInfo Struct Reference

#include <pango-engine.h>

Data Fields

const gcharid
 
const gcharengine_type
 
const gcharrender_type
 
PangoEngineScriptInfoscripts
 
gint n_scripts
 

Detailed Description

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.

Field Documentation

◆ engine_type

const gchar* _PangoEngineInfo::engine_type

Definition at line 289 of file pango-engine.h.

◆ id

const gchar* _PangoEngineInfo::id

Definition at line 288 of file pango-engine.h.

◆ n_scripts

gint _PangoEngineInfo::n_scripts

Definition at line 292 of file pango-engine.h.

◆ render_type

const gchar* _PangoEngineInfo::render_type

Definition at line 290 of file pango-engine.h.

◆ scripts

PangoEngineScriptInfo* _PangoEngineInfo::scripts

Definition at line 291 of file pango-engine.h.


The documentation for this struct was generated from the following file: