|
Blender V5.0
|
Public Attributes | |
| int | iteration |
| float | scale_to_fit |
| struct { | |
| float min | |
| float max | |
| } | bisect |
| bool | ok |
| bool | word_wrap |
| int | status |
Definition at line 549 of file vfont_curve.cc.
| struct { ... } VFontToCurveIter::bisect |
Referenced by vfont_to_curve().
| int VFontToCurveIter::iteration |
Definition at line 550 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| float VFontToCurveIter::max |
Definition at line 554 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| float VFontToCurveIter::min |
Definition at line 553 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| bool VFontToCurveIter::ok |
Definition at line 556 of file vfont_curve.cc.
| float VFontToCurveIter::scale_to_fit |
Definition at line 551 of file vfont_curve.cc.
Referenced by vfont_to_curve().
| int VFontToCurveIter::status |
Definition at line 567 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 566 of file vfont_curve.cc.
Referenced by vfont_to_curve().