Blender
V3.3
|
#include <blf_internal_types.h>
Public Attributes | |
int | ascii_table [KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE] |
Definition at line 124 of file blf_internal_types.h.
int KerningCacheBLF::ascii_table[KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE] |
Cache a ascii glyph pairs. Only store the x offset we are interested in, instead of the full #FT_Vector since it's not used for drawing at the moment.
Definition at line 129 of file blf_internal_types.h.
Referenced by blf_font_new(), blf_font_new_from_mem(), and blf_kerning().