enum HarfBuzz::UnicodeGeneralCategoryT
Overview
Data type for the "General_Category" (gc) property from the Unicode Character Database.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.crEnum Members
-
Control =
0_u32
-
[Cc]
-
Format =
1_u32
-
[Cf]
-
Unassigned =
2_u32
-
[Cn]
-
PrivateUse =
3_u32
-
[Co]
-
Surrogate =
4_u32
-
[Cs]
-
LowercaseLetter =
5_u32
-
[Ll]
-
ModifierLetter =
6_u32
-
[Lm]
-
OtherLetter =
7_u32
-
[Lo]
-
TitlecaseLetter =
8_u32
-
[Lt]
-
UppercaseLetter =
9_u32
-
[Lu]
-
SpacingMark =
10_u32
-
[Mc]
-
EnclosingMark =
11_u32
-
[Me]
-
NonSpacingMark =
12_u32
-
[Mn]
-
DecimalNumber =
13_u32
-
[Nd]
-
LetterNumber =
14_u32
-
[Nl]
-
OtherNumber =
15_u32
-
[No]
-
ConnectPunctuation =
16_u32
-
[Pc]
-
DashPunctuation =
17_u32
-
[Pd]
-
ClosePunctuation =
18_u32
-
[Pe]
-
FinalPunctuation =
19_u32
-
[Pf]
-
InitialPunctuation =
20_u32
-
[Pi]
-
OtherPunctuation =
21_u32
-
[Po]
-
OpenPunctuation =
22_u32
-
[Ps]
-
CurrencySymbol =
23_u32
-
[Sc]
-
ModifierSymbol =
24_u32
-
[Sk]
-
MathSymbol =
25_u32
-
[Sm]
-
OtherSymbol =
26_u32
-
[So]
-
LineSeparator =
27_u32
-
[Zl]
-
ParagraphSeparator =
28_u32
-
[Zp]
-
SpaceSeparator =
29_u32
-
[Zs]
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #close_punctuation?
- #connect_punctuation?
- #control?
- #currency_symbol?
- #dash_punctuation?
- #decimal_number?
- #enclosing_mark?
- #final_punctuation?
- #format?
- #initial_punctuation?
- #letter_number?
- #line_separator?
- #lowercase_letter?
- #math_symbol?
- #modifier_letter?
- #modifier_symbol?
- #non_spacing_mark?
- #open_punctuation?
- #other_letter?
- #other_number?
- #other_punctuation?
- #other_symbol?
- #paragraph_separator?
- #private_use?
- #space_separator?
- #spacing_mark?
- #surrogate?
- #titlecase_letter?
- #unassigned?
- #uppercase_letter?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.