MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_BendTextAlongCurveParams Class Reference

Generated from class MR.BendTextAlongCurveParams. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_BendTextAlongCurveParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_BendTextAlongCurveParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_BendTextAlongCurveParams (MR._ByValue_SymbolMeshParams symbolMesh, float pivotCurveTime, MR.Vector2f pivotBoxPoint, float fontHeight, float surfaceOffset, bool fontBasedSizeCalc, bool periodicCurve, bool stretch)
 Constructs MR.BendTextAlongCurveParams elementwise.
 
unsafe Const_BendTextAlongCurveParams (MR._ByValue_BendTextAlongCurveParams _other)
 Generated from constructor MR.BendTextAlongCurveParams.BendTextAlongCurveParams.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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
 
- Properties inherited from MR.Misc.Object< Const_BendTextAlongCurveParams >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_BendTextAlongCurveParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.BendTextAlongCurveParams. This is the const half of the class.

Property Documentation

◆ 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: