Libcroco
|
#include <cr-fonts.h>
Data Fields | |
enum CRFontFamilyType | type |
guchar * | name |
CRFontFamily * | next |
CRFontFamily * | prev |
Definition at line 55 of file cr-fonts.h.
guchar* _CRFontFamily::name |
Definition at line 64 of file cr-fonts.h.
Referenced by cr_font_family_destroy(), and cr_font_family_set_name().
CRFontFamily* _CRFontFamily::next |
Definition at line 66 of file cr-fonts.h.
Referenced by cr_font_family_append(), cr_font_family_destroy(), and cr_font_family_prepend().
CRFontFamily* _CRFontFamily::prev |
Definition at line 67 of file cr-fonts.h.
Referenced by cr_font_family_append(), cr_font_family_destroy(), and cr_font_family_prepend().
enum CRFontFamilyType _CRFontFamily::type |
Definition at line 57 of file cr-fonts.h.
Referenced by cr_font_family_new(), and cr_font_family_set_name().