Blender V4.3
KerningCacheBLF Struct Reference

#include <blf_internal_types.hh>

Public Attributes

int ascii_table [KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE]
 

Detailed Description

Definition at line 115 of file blf_internal_types.hh.

Member Data Documentation

◆ ascii_table

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().


The documentation for this struct was generated from the following file: