|
Blender V4.5
|
Classes | |
| struct | [struct].bisect |
Public Attributes | |
| int | iteraction |
| float | scale_to_fit |
| struct | bisect |
| bool | ok |
| bool | word_wrap |
| int | status |
Definition at line 541 of file vfont_curve.cc.
| struct VFontToCurveIter::[struct].bisect VFontToCurveIter::bisect |
Referenced by vfont_to_curve().
| int VFontToCurveIter::iteraction |
Definition at line 542 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| bool VFontToCurveIter::ok |
Definition at line 548 of file vfont_curve.cc.
| float VFontToCurveIter::scale_to_fit |
Definition at line 543 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| int VFontToCurveIter::status |
Definition at line 559 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| bool VFontToCurveIter::word_wrap |
Wrap words that extends beyond the text-box width (enabled by default).
Currently only disabled when scale-to-fit is enabled, so floating-point error doesn't cause unexpected wrapping, see #89241.
Definition at line 558 of file vfont_curve.cc.
Referenced by vfont_to_curve().