Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango/pango-glyph.h>
#include <pango/pango-font.h>
#include <ft2build.h>
#include <fontconfig/fontconfig.h>
Go to the source code of this file.
Data Structures | |
struct | _PangoFcFont |
Macros | |
#define | PANGO_TYPE_FC_FONT (pango_fc_font_get_type ()) |
#define | PANGO_FC_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FC_FONT, PangoFcFont)) |
#define | PANGO_IS_FC_FONT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FC_FONT)) |
Typedefs | |
typedef struct _PangoFcFont | PangoFcFont |
typedef struct _PangoFcFontClass | PangoFcFontClass |
Functions | |
PANGO_AVAILABLE_IN_ALL GType | pango_fc_font_get_type (void) G_GNUC_CONST |
PANGO_DEPRECATED_IN_1_44 gboolean | pango_fc_font_has_char (PangoFcFont *font, gunichar wc) |
PANGO_AVAILABLE_IN_1_4 guint | pango_fc_font_get_glyph (PangoFcFont *font, gunichar wc) |
PangoLanguage ** | pango_fc_font_get_languages (PangoFcFont *font) |
PANGO_AVAILABLE_IN_1_48 FcPattern * | pango_fc_font_get_pattern (PangoFcFont *font) |
PangoGlyph | pango_fc_font_get_unknown_glyph (PangoFcFont *font, gunichar wc) |
PANGO_DEPRECATED_IN_1_32 void | pango_fc_font_kern_glyphs (PangoFcFont *font, PangoGlyphString *glyphs) |
FT_Face | pango_fc_font_lock_face (PangoFcFont *font) |
void | pango_fc_font_unlock_face (PangoFcFont *font) |
#define PANGO_FC_FONT | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FC_FONT, PangoFcFont)) |
Definition at line 51 of file pangofc-font.h.
#define PANGO_IS_FC_FONT | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FC_FONT)) |
Definition at line 52 of file pangofc-font.h.
#define PANGO_TYPE_FC_FONT (pango_fc_font_get_type ()) |
Definition at line 50 of file pangofc-font.h.
typedef struct _PangoFcFont PangoFcFont |
Definition at line 55 of file pangofc-font.h.
typedef struct _PangoFcFontClass PangoFcFontClass |
Definition at line 56 of file pangofc-font.h.
PANGO_AVAILABLE_IN_1_4 guint pango_fc_font_get_glyph | ( | PangoFcFont * | font, |
gunichar | wc ) |
PangoLanguage ** pango_fc_font_get_languages | ( | PangoFcFont * | font | ) |
PANGO_AVAILABLE_IN_1_48 FcPattern * pango_fc_font_get_pattern | ( | PangoFcFont * | font | ) |
PANGO_AVAILABLE_IN_ALL GType pango_fc_font_get_type | ( | void | ) |
PangoGlyph pango_fc_font_get_unknown_glyph | ( | PangoFcFont * | font, |
gunichar | wc ) |
PANGO_DEPRECATED_IN_1_44 gboolean pango_fc_font_has_char | ( | PangoFcFont * | font, |
gunichar | wc ) |
PANGO_DEPRECATED_IN_1_32 void pango_fc_font_kern_glyphs | ( | PangoFcFont * | font, |
PangoGlyphString * | glyphs ) |
FT_Face pango_fc_font_lock_face | ( | PangoFcFont * | font | ) |
void pango_fc_font_unlock_face | ( | PangoFcFont * | font | ) |