Table of Contents

Enum TextServer.ContourPointTag

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextServer.ContourPointTag : long

Fields

OffConic = 0

Contour point isn't on the curve, but serves as a control point for a conic (quadratic) Bézier arc.

OffCubic = 2

Contour point isn't on the curve, but serves as a control point for a cubic Bézier arc.

On = 1

Contour point is on the curve.