NetSurf
|
#include <font_cache.h>
Data Fields | |
struct OutlineFont * | font |
char *restrict | bold |
char *restrict | italic |
char *restrict | bolditalic |
struct TimeVal | lastused |
Definition at line 24 of file font_cache.h.
char* restrict ami_font_cache_node::bold |
Definition at line 30 of file font_cache.h.
Referenced by ami_font_open(), and ami_open_outline_font().
char* restrict ami_font_cache_node::bolditalic |
Definition at line 32 of file font_cache.h.
Referenced by ami_font_open(), and ami_open_outline_font().
struct OutlineFont* ami_font_cache_node::font |
Definition at line 29 of file font_cache.h.
Referenced by ami_font_bullet_close(), ami_font_cache_alloc_entry(), ami_font_cache_locate(), ami_font_open(), and ami_open_outline_font().
char* restrict ami_font_cache_node::italic |
Definition at line 31 of file font_cache.h.
Referenced by ami_font_open(), and ami_open_outline_font().
struct TimeVal ami_font_cache_node::lastused |
Definition at line 33 of file font_cache.h.
Referenced by ami_font_cache_alloc_entry(), ami_font_cache_cleanup(), and ami_font_cache_locate().