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

#include <BKE_vfontdata.h>

Public Attributes

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

Detailed Description

Definition at line 21 of file BKE_vfontdata.h.

Member Data Documentation

◆ ascender

float VFontData::ascender

Definition at line 27 of file BKE_vfontdata.h.

Referenced by objfnt_to_ftvfontdata(), and vfont_ascent().

◆ characters

struct GHash* VFontData::characters

◆ em_height

float VFontData::em_height

Definition at line 26 of file BKE_vfontdata.h.

Referenced by objfnt_to_ftvfontdata(), vfont_ascent(), vfont_descent(), and vfont_to_curve().

◆ name

char VFontData::name[128]

Definition at line 23 of file BKE_vfontdata.h.

Referenced by BKE_vfont_load(), and objfnt_to_ftvfontdata().

◆ scale

float VFontData::scale

Definition at line 24 of file BKE_vfontdata.h.

Referenced by freetypechar_to_vchar(), and objfnt_to_ftvfontdata().


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