|
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.
| CRFontFamily* _CRFontFamily::next |
Definition at line 66 of file cr-fonts.h.
Referenced by cr_font_family_append(), and cr_font_family_destroy().
| CRFontFamily* _CRFontFamily::prev |
Definition at line 67 of file cr-fonts.h.
Referenced by cr_font_family_append(), and cr_font_family_destroy().
| enum CRFontFamilyType _CRFontFamily::type |
Definition at line 313 of file cr-fonts.h.
Referenced by cr_font_family_new().