Vixen
02b45cc4
csharp
public enum OutlineVerb

What 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)

  • Move

    Start a contour at a point.

  • Line

    A straight line to a point.

  • Quadratic

    A quadratic Bézier: one control point, then the end. What TrueType draws with.

  • Cubic

    A cubic Bézier: two control points, then the end. What CFF draws with.

  • Close

    Close 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