|
Blender V4.5
|
Public Attributes | |
| const VFontData_Metrics * | metrics = nullptr |
| bool | initialized = false |
| struct { | |
| VChar che [2] = {} | |
| Nurb nu [2] = {} | |
| BezTriple bezt [2][4] = {} | |
| } | data |
Definition at line 160 of file vfont_curve.cc.
| BezTriple VCharPlaceHolder::bezt[2][4] = {} |
Data for Nurb::bezt.
Definition at line 174 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| VChar VCharPlaceHolder::che[2] = {} |
The placeholder (blank & space).
Definition at line 169 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| struct { ... } VCharPlaceHolder::data |
Zeroed on initialization.
Referenced by vfont_placeholder_ensure().
| bool VCharPlaceHolder::initialized = false |
Definition at line 164 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| const VFontData_Metrics* VCharPlaceHolder::metrics = nullptr |
Keep first, used for initializing.
Definition at line 162 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| Nurb VCharPlaceHolder::nu[2] = {} |
Data for VChar::nurbsbase.
Definition at line 172 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().