|
Blender
V2.93
|
#include <blf_internal_types.h>
Public Attributes | |
| struct KerningCacheBLF * | next |
| struct KerningCacheBLF * | prev |
| FT_UInt | mode |
| int | table [0x80][0x80] |
Definition at line 46 of file blf_internal_types.h.
| FT_UInt KerningCacheBLF::mode |
Definition at line 50 of file blf_internal_types.h.
Referenced by blf_font_ensure_ascii_kerning(), blf_kerning_cache_find(), and blf_kerning_cache_new().
| struct KerningCacheBLF* KerningCacheBLF::next |
Definition at line 47 of file blf_internal_types.h.
Referenced by blf_kerning_cache_find(), and blf_kerning_cache_new().
| struct KerningCacheBLF * KerningCacheBLF::prev |
Definition at line 47 of file blf_internal_types.h.
Referenced by blf_kerning_cache_new().
| int KerningCacheBLF::table[0x80][0x80] |
Definition at line 54 of file blf_internal_types.h.
Referenced by blf_kerning_cache_new().