|
Blender V5.0
|
#include <blf_internal_types.hh>
Public Attributes | |
| int | ascii_table [KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE] |
Definition at line 129 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 134 of file blf_internal_types.hh.
Referenced by blf_kerning(), and blf_setup_face().