Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
pango-fontset-simple.h File Reference

Go to the source code of this file.

Macros

#define PANGO_TYPE_FONTSET_SIMPLE   (pango_fontset_simple_get_type ())
 
#define PANGO_FONTSET_SIMPLE(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONTSET_SIMPLE, PangoFontsetSimple))
 
#define PANGO_IS_FONTSET_SIMPLE(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONTSET_SIMPLE))
 

Typedefs

typedef struct _PangoFontsetSimple PangoFontsetSimple
 
typedef struct _PangoFontsetSimpleClass PangoFontsetSimpleClass
 

Functions

PANGO_AVAILABLE_IN_ALL GType pango_fontset_simple_get_type (void) G_GNUC_CONST
 
PANGO_AVAILABLE_IN_ALL PangoFontsetSimplepango_fontset_simple_new (PangoLanguage *language)
 
PANGO_AVAILABLE_IN_ALL void pango_fontset_simple_append (PangoFontsetSimple *fontset, PangoFont *font)
 
PANGO_AVAILABLE_IN_ALL int pango_fontset_simple_size (PangoFontsetSimple *fontset)
 

Macro Definition Documentation

◆ PANGO_FONTSET_SIMPLE

#define PANGO_FONTSET_SIMPLE ( object)    (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FONTSET_SIMPLE, PangoFontsetSimple))

Definition at line 43 of file pango-fontset-simple.h.

◆ PANGO_IS_FONTSET_SIMPLE

#define PANGO_IS_FONTSET_SIMPLE ( object)    (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONTSET_SIMPLE))

Definition at line 44 of file pango-fontset-simple.h.

◆ PANGO_TYPE_FONTSET_SIMPLE

#define PANGO_TYPE_FONTSET_SIMPLE   (pango_fontset_simple_get_type ())

PangoFontsetSimple:

PangoFontsetSimple is a implementation of the abstract PangoFontset base class as an array of fonts.

When creating a PangoFontsetSimple, you have to provide the array of fonts that make up the fontset.

Definition at line 42 of file pango-fontset-simple.h.

Typedef Documentation

◆ PangoFontsetSimple

typedef struct _PangoFontsetSimple PangoFontsetSimple

Definition at line 46 of file pango-fontset-simple.h.

◆ PangoFontsetSimpleClass

typedef struct _PangoFontsetSimpleClass PangoFontsetSimpleClass

Definition at line 47 of file pango-fontset-simple.h.

Function Documentation

◆ pango_fontset_simple_append()

PANGO_AVAILABLE_IN_ALL void pango_fontset_simple_append ( PangoFontsetSimple * fontset,
PangoFont * font )

◆ pango_fontset_simple_get_type()

PANGO_AVAILABLE_IN_ALL GType pango_fontset_simple_get_type ( void )

◆ pango_fontset_simple_new()

PANGO_AVAILABLE_IN_ALL PangoFontsetSimple * pango_fontset_simple_new ( PangoLanguage * language)

◆ pango_fontset_simple_size()

PANGO_AVAILABLE_IN_ALL int pango_fontset_simple_size ( PangoFontsetSimple * fontset)