Blender  V2.93
Public Attributes | List of all members
KerningCacheBLF Struct Reference

#include <blf_internal_types.h>

Public Attributes

struct KerningCacheBLFnext
 
struct KerningCacheBLFprev
 
FT_UInt mode
 
int table [0x80][0x80]
 

Detailed Description

Definition at line 46 of file blf_internal_types.h.

Member Data Documentation

◆ mode

FT_UInt KerningCacheBLF::mode

◆ next

struct KerningCacheBLF* KerningCacheBLF::next

Definition at line 47 of file blf_internal_types.h.

Referenced by blf_kerning_cache_find(), and blf_kerning_cache_new().

◆ prev

struct KerningCacheBLF * KerningCacheBLF::prev

Definition at line 47 of file blf_internal_types.h.

Referenced by blf_kerning_cache_new().

◆ table

int KerningCacheBLF::table[0x80][0x80]

Definition at line 54 of file blf_internal_types.h.

Referenced by blf_kerning_cache_new().


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