|
Blender V5.0
|
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 166 of file vfont_curve.cc.
| BezTriple VCharPlaceHolder::bezt[2][4] = {} |
Data for Nurb::bezt.
Definition at line 180 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| VChar VCharPlaceHolder::che[2] = {} |
The placeholder (blank & space).
Definition at line 175 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 170 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().
| 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().
| Nurb VCharPlaceHolder::nu[2] = {} |
Data for VChar::nurbsbase.
Definition at line 178 of file vfont_curve.cc.
Referenced by vfont_placeholder_ensure().