Blender  V3.3
Public Attributes | List of all members
KerningCacheBLF Struct Reference

#include <blf_internal_types.h>

Public Attributes

int ascii_table [KERNING_CACHE_TABLE_SIZE][KERNING_CACHE_TABLE_SIZE]
 

Detailed Description

Definition at line 124 of file blf_internal_types.h.

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 129 of file blf_internal_types.h.

Referenced by blf_font_new(), blf_font_new_from_mem(), and blf_kerning().


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