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

#include <BLI_vfontdata.h>

Public Attributes

struct GHashcharacters
 
char name [128]
 
float scale
 
float em_height
 
float ascender
 

Detailed Description

Definition at line 37 of file BLI_vfontdata.h.

Member Data Documentation

◆ ascender

float VFontData::ascender

Definition at line 43 of file BLI_vfontdata.h.

Referenced by objfnt_to_ftvfontdata().

◆ characters

struct GHash* VFontData::characters

◆ em_height

float VFontData::em_height

Definition at line 42 of file BLI_vfontdata.h.

Referenced by objfnt_to_ftvfontdata(), and vfont_to_curve().

◆ name

char VFontData::name[128]

Definition at line 39 of file BLI_vfontdata.h.

Referenced by BKE_vfont_load(), and objfnt_to_ftvfontdata().

◆ scale

float VFontData::scale

Definition at line 40 of file BLI_vfontdata.h.

Referenced by freetypechar_to_vchar(), and objfnt_to_ftvfontdata().


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