Generated from class MR.BendTextAlongCurveParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Const_SymbolMeshParams | symbolMesh [get] |
| | parameters of contours to mesh conversion
|
| |
|
unsafe float | pivotCurveTime [get] |
| | Position on the curve, where bounding box's pivot point is mapped.
|
| |
| unsafe ref readonly MR.Vector2f | pivotBoxPoint [get] |
| |
|
unsafe float | fontHeight [get] |
| |
|
unsafe float | surfaceOffset [get] |
| |
|
unsafe bool | fontBasedSizeCalc [get] |
| |
|
unsafe bool | periodicCurve [get] |
| | if true, curve parameter will be always within [0,1) with repetition: xr := x - floor(x)
|
| |
|
unsafe bool | stretch [get] |
| | stretch whole text along curve to fit in unit curve range
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.BendTextAlongCurveParams. This is the const half of the class.
◆ pivotBoxPoint
| unsafe ref readonly MR.Vector2f MR.Const_BendTextAlongCurveParams.pivotBoxPoint |
|
get |
Position of the curve(pivotCurveTime) in the test' bounding box: (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
The documentation for this class was generated from the following file: