Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvplugin_pango.c File Reference
#include <gvc/gvplugin.h>
Include dependency graph for gvplugin_pango.c:

Go to the source code of this file.

Macros

#define GVPLUGIN_PANGO_API
 

Variables

gvplugin_installed_t gvrender_pango_types []
 
gvplugin_installed_t gvtextlayout_pango_types []
 
gvplugin_installed_t gvloadimage_pango_types []
 
gvplugin_installed_t gvdevice_pango_types []
 
static gvplugin_api_t apis []
 
GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis }
 

Macro Definition Documentation

◆ GVPLUGIN_PANGO_API

#define GVPLUGIN_PANGO_API

Definition at line 29 of file gvplugin_pango.c.

Variable Documentation

◆ apis

gvplugin_api_t apis[]
static
Initial value:
= {
{API_render, gvrender_pango_types},
{API_textlayout, gvtextlayout_pango_types},
{API_loadimage, gvloadimage_pango_types},
{API_device, gvdevice_pango_types},
{(api_t)0, 0},
}
api_t
Definition gvcext.h:32
gvplugin_installed_t gvrender_pango_types[]
gvplugin_installed_t gvloadimage_pango_types[]
gvplugin_installed_t gvtextlayout_pango_types[]
gvplugin_installed_t gvdevice_pango_types[]

Definition at line 18 of file gvplugin_pango.c.

◆ gvdevice_pango_types

gvplugin_installed_t gvdevice_pango_types[]
extern

Definition at line 563 of file gvrender_pango.c.

◆ gvloadimage_pango_types

gvplugin_installed_t gvloadimage_pango_types[]
extern

Definition at line 178 of file gvloadimage_pango.c.

◆ gvplugin_pango_LTX_library

GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis }

Definition at line 32 of file gvplugin_pango.c.

◆ gvrender_pango_types

gvplugin_installed_t gvrender_pango_types[]
extern

Definition at line 558 of file gvrender_pango.c.

◆ gvtextlayout_pango_types

gvplugin_installed_t gvtextlayout_pango_types[]
extern

Definition at line 268 of file gvtextlayout_pango.c.