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

#include <pangofc-font.h>

Data Fields

PangoFont parent_instance
 
FcPattern * font_pattern
 
PangoFontMapfontmap
 
gpointer priv
 
PangoMatrix matrix
 
PangoFontDescriptiondescription
 
GSListmetrics_by_lang
 
guint is_hinted: 1
 
guint is_transformed: 1
 

Detailed Description

PangoFcFont:

PangoFcFont is a base class for font implementations using the Fontconfig and FreeType libraries.

It is used in onjunction with [class.nosp@m.@Pan.nosp@m.goFc..nosp@m.Font.nosp@m.Map]. When deriving from this class, you need to implement all of its virtual functions other than shutdown() along with the get_glyph_extents() virtual function from PangoFont.

Definition at line 71 of file pangofc-font.h.

Field Documentation

◆ description

PangoFontDescription* _PangoFcFont::description

Definition at line 80 of file pangofc-font.h.

◆ font_pattern

FcPattern* _PangoFcFont::font_pattern

Definition at line 75 of file pangofc-font.h.

◆ fontmap

PangoFontMap* _PangoFcFont::fontmap

Definition at line 76 of file pangofc-font.h.

◆ is_hinted

guint _PangoFcFont::is_hinted

Definition at line 84 of file pangofc-font.h.

◆ is_transformed

guint _PangoFcFont::is_transformed

Definition at line 85 of file pangofc-font.h.

◆ matrix

PangoMatrix _PangoFcFont::matrix

Definition at line 79 of file pangofc-font.h.

◆ metrics_by_lang

GSList* _PangoFcFont::metrics_by_lang

Definition at line 82 of file pangofc-font.h.

◆ parent_instance

PangoFont _PangoFcFont::parent_instance

Definition at line 73 of file pangofc-font.h.

◆ priv

gpointer _PangoFcFont::priv

Definition at line 78 of file pangofc-font.h.


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