ContourState
public class ContourStateNormalized contour data for a single glyph. Outer loops are CCW, inner loops (holes) are CW.
Fields
Section titled “Fields”
outerLoops
Section titled “outerLoops”public ContourLoop[] outerLoopsReturns
TextStudio.ThreeD.ContourLoop[]
innerLoops
Section titled “innerLoops”public ContourLoop[] innerLoopsReturns
TextStudio.ThreeD.ContourLoop[]
outerLoopCount
Section titled “outerLoopCount”public int outerLoopCountReturns
System.Int32
innerLoopCount
Section titled “innerLoopCount”public int innerLoopCountReturns
System.Int32
advanceWidth
Section titled “advanceWidth”public float advanceWidthReturns
System.Single
bounds
Section titled “bounds”public Bounds boundsReturns
UnityEngine.Bounds
sharpCornerIndices
Section titled “sharpCornerIndices”public int[] sharpCornerIndicesSharp corner indices for bevel behavior.
Returns
System.Int32[]
sharpCornerCount
Section titled “sharpCornerCount”public int sharpCornerCountReturns
System.Int32
Constructors
Section titled “Constructors”
ContourState()
Section titled “ContourState()”public ContourState()