csharp
public enum OutlineVerbWhat one segment of a glyph's outline is.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
MoveStart a contour at a point.
LineA straight line to a point.
QuadraticA quadratic Bézier: one control point, then the end. What TrueType draws with.
CubicA cubic Bézier: two control points, then the end. What CFF draws with.
CloseClose the contour back to where it started.
Used by (12)
- DistanceFieldTestsVixen.Ui.Text.Tests
- EdgeColoringVixen.Ui.Text
- GlyphOutlineVixen.Ui.Text
- GlyphOutlineSourceVixen.Ui.Text
- IconAtlasVixen.Ui
- OutlineBuilderVixen.Ui.Text
- OutlineFlattenerVixen.Ui.Text
- OutlineSegmentVixen.Ui.Text
- OutlineTestsVixen.Ui.Text.Tests
- RasterizerTestsVixen.Ui.Text.Tests
- VariationConformanceTestsVixen.Ui.Text.Tests
- FontAtlasViewVixen.Editor.AssetEditors