edelib
2.1.0
|
Base structure for storing font information; used by FontCache. More...
#include <edelib/FontCache.h>
Public Attributes | |
char | face [64] |
int | sizes [64] |
int | nsizes |
int | type |
Base structure for storing font information; used by FontCache.
FontInfo is structure used to store information in cache database. Database is represented in key/value form (actualy it is sdbm powered) where each key is font name and each value FontInfo structure.
char face[64] |
Face name with encoded style; usable only for FLTK.
int nsizes |
Actual number of sizes in sizes array.
int sizes[64] |
All available sizes for this font.
int type |
Type of font; coresponds to FLTK nomenclature (FL_NORMAL, FL_BOLD, FL_ITALIC and FL_BOLD_ITALIC).