#include <asfont.h>
Public Attributes | |
Display * | dpy |
char * | font_path |
ASHashTable * | fonts_hash |
size_t | unicode_used |
CARD32 * | local_unicode |
Bool | ft_ok |
void * | pad |
Definition at line 224 of file asfont.h.
Display* ASFontManager::dpy |
Definition at line 226 of file asfont.h.
Referenced by create_font_manager(), and open_X11_font_int().
char* ASFontManager::font_path |
Definition at line 227 of file asfont.h.
Referenced by create_font_manager(), destroy_font_manager(), and open_freetype_font_int().
Definition at line 229 of file asfont.h.
Referenced by create_font_manager(), destroy_font_manager(), get_asfont(), and release_font().
CARD32* ASFontManager::local_unicode |
Definition at line 235 of file asfont.h.
Referenced by create_font_manager(), destroy_font_manager(), and open_freetype_font_int().
void* ASFontManager::pad |