|
Blender V4.3
|
#include <blf_internal_types.hh>
Public Attributes | |
| int | ascii_table [KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE] |
Definition at line 115 of file blf_internal_types.hh.
| 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 120 of file blf_internal_types.hh.
Referenced by blf_setup_face().