Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango/pango-coverage.h>
#include <pango/pango-types.h>
#include <pango/pango-fontset.h>
#include <glib-object.h>
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 PangoFontsetSimple * | pango_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) |
#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.
#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.
#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 struct _PangoFontsetSimple PangoFontsetSimple |
Definition at line 46 of file pango-fontset-simple.h.
typedef struct _PangoFontsetSimpleClass PangoFontsetSimpleClass |
Definition at line 47 of file pango-fontset-simple.h.
PANGO_AVAILABLE_IN_ALL void pango_fontset_simple_append | ( | PangoFontsetSimple * | fontset, |
PangoFont * | font ) |
PANGO_AVAILABLE_IN_ALL GType pango_fontset_simple_get_type | ( | void | ) |
PANGO_AVAILABLE_IN_ALL PangoFontsetSimple * pango_fontset_simple_new | ( | PangoLanguage * | language | ) |
PANGO_AVAILABLE_IN_ALL int pango_fontset_simple_size | ( | PangoFontsetSimple * | fontset | ) |