Vixen
02b45cc4
csharp
public enum BidiClass

The Bidi 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 (24)

  • Other

    Any code point no rule gives a class to.

  • AL

    The AL class.

  • AN

    The AN class.

  • B

    The B class.

  • BN

    The BN class.

  • CS

    The CS class.

  • EN

    The EN class.

  • ES

    The ES class.

  • ET

    The ET class.

  • FSI

    The FSI class.

  • L

    The L class.

  • LRE

    The LRE class.

  • LRI

    The LRI class.

  • LRO

    The LRO class.

  • NSM

    The NSM class.

  • ON

    The ON class.

  • PDF

    The PDF class.

  • PDI

    The PDI class.

  • R

    The R class.

  • RLE

    The RLE class.

  • RLI

    The RLI class.

  • RLO

    The RLO class.

  • S

    The S class.

  • WS

    The WS class.

Used by (5)

  • BidiAlgorithmVixen.Ui.Text
  • BidiClassTableVixen.Ui.Text
  • BidiRunSequenceVixen.Ui.Text
  • BidiStateVixen.Ui.Text
  • StatusVixen.Ui.Text