Blender V5.0
VCharPlaceHolder Struct Reference

Public Attributes

const VFontData_Metricsmetrics = nullptr
bool initialized = false
struct { 
   VChar   che [2] = {} 
   Nurb   nu [2] = {} 
   BezTriple   bezt [2][4] = {} 
data

Detailed Description

Definition at line 166 of file vfont_curve.cc.

Member Data Documentation

◆ bezt

BezTriple VCharPlaceHolder::bezt[2][4] = {}

Data for Nurb::bezt.

Definition at line 180 of file vfont_curve.cc.

Referenced by vfont_placeholder_ensure().

◆ che

VChar VCharPlaceHolder::che[2] = {}

The placeholder (blank & space).

Definition at line 175 of file vfont_curve.cc.

Referenced by vfont_placeholder_ensure().

◆ [struct]

struct { ... } VCharPlaceHolder::data

Zeroed on initialization.

Referenced by vfont_placeholder_ensure().

◆ initialized

bool VCharPlaceHolder::initialized = false

Definition at line 170 of file vfont_curve.cc.

Referenced by vfont_placeholder_ensure().

◆ metrics

const VFontData_Metrics* VCharPlaceHolder::metrics = nullptr

Keep first, used for initializing.

Definition at line 168 of file vfont_curve.cc.

Referenced by vfont_placeholder_ensure().

◆ nu

Nurb VCharPlaceHolder::nu[2] = {}

Data for VChar::nurbsbase.

Definition at line 178 of file vfont_curve.cc.

Referenced by vfont_placeholder_ensure().


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