Vixen
02b45cc4
csharp
public enum GraphemeBreakClass

The GraphemeBreak property of a code point.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Other is zero and is the default, which is what the specification calls Any — every code point the tables do not mention has it.

Fields and properties (14)

  • Other

    Any code point no rule gives a class to.

  • CR

    The CR class.

  • Control

    The Control class.

  • Extend

    The Extend class.

  • L

    The L class.

  • LF

    The LF class.

  • LV

    The LV class.

  • LVT

    The LVT class.

  • Prepend

    The Prepend class.

  • RegionalIndicator

    The Regional_Indicator class.

  • SpacingMark

    The SpacingMark class.

  • T

    The T class.

  • V

    The V class.

  • ZWJ

    The ZWJ class.

Used by (2)

  • GraphemeBreakClassTableVixen.Ui.Text
  • GraphemeStateVixen.Ui.Text