GeneralCategory Enumeration
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum GeneralCategory
Public Enumeration GeneralCategory
type GeneralCategory
Members
Other | 0 | |
Control | 1 | |
Format | 2 | |
Unassigned | 3 | |
PrivateUse | 4 | |
Surrogate | 5 | |
Letter | 6 | |
CasedLetter | 7 | |
LowercaseLetter | 8 | |
ModifierLetter | 9 | |
OtherLetter | 10 | |
TitlecaseLetter | 11 | |
UppercaseLetter | 12 | |
Mark | 13 | |
SpacingMark | 14 | |
EnclosingMark | 15 | |
NonspacingMark | 16 | |
Number | 17 | |
DecimalNumber | 18 | |
LetterNumber | 19 | |
OtherNumber | 20 | |
Punctuation | 21 | |
ConnectorPunctuation | 22 | |
DashPunctuation | 23 | |
ClosePunctuation | 24 | |
FinalPunctuation | 25 | |
InitialPunctuation | 26 | |
OtherPunctuation | 27 | |
OpenPunctuation | 28 | |
Symbol | 29 | |
CurrencySymbol | 30 | |
ModifierSymbol | 31 | |
MathSymbol | 32 | |
OtherSymbol | 33 | |
Separator | 34 | |
LineSeparator | 35 | |
ParagraphSeparator | 36 | |
SpaceSeparator | 37 |