Skip to content

ContourState

ClassTextStudio.ThreeDTextStudio.3D
public class ContourState

Normalized contour data for a single glyph. Outer loops are CCW, inner loops (holes) are CW.

public ContourLoop[] outerLoops

Returns

TextStudio.ThreeD.ContourLoop[]

public ContourLoop[] innerLoops

Returns

TextStudio.ThreeD.ContourLoop[]

public int outerLoopCount

Returns

System.Int32

public int innerLoopCount

Returns

System.Int32

public float advanceWidth

Returns

System.Single

public Bounds bounds

Returns

UnityEngine.Bounds

public int[] sharpCornerIndices

Sharp corner indices for bevel behavior.

Returns

System.Int32[]

public int sharpCornerCount

Returns

System.Int32

public ContourState()