Enum fea_rs::Kind [−][src]
#[repr(u16)]
pub enum Kind {
Show 134 variants
Eof,
Ident,
String,
StringUnterminated,
Number,
Octal,
Hex,
HexEmpty,
Float,
Whitespace,
Comment,
Semi,
Comma,
Backslash,
Hyphen,
Eq,
LBrace,
RBrace,
LSquare,
RSquare,
LParen,
RParen,
LAngle,
RAngle,
SingleQuote,
NamedGlyphClass,
Cid,
TableKw,
LookupKw,
LanguagesystemKw,
AnchorDefKw,
FeatureKw,
MarkClassKw,
AnonKw,
AnchorKw,
ByKw,
ContourpointKw,
CursiveKw,
DeviceKw,
EnumKw,
ExcludeDfltKw,
FromKw,
IgnoreKw,
IgnoreBaseGlyphsKw,
IgnoreLigaturesKw,
IgnoreMarksKw,
IncludeKw,
IncludeDfltKw,
LanguageKw,
LookupflagKw,
MarkKw,
MarkAttachmentTypeKw,
NameIdKw,
NullKw,
ParametersKw,
PosKw,
RequiredKw,
RightToLeftKw,
RsubKw,
ScriptKw,
SubKw,
SubtableKw,
UseExtensionKw,
UseMarkFilteringSetKw,
ValueRecordDefKw,
HorizAxisBaseScriptListKw,
HorizAxisBaseTagListKw,
HorizAxisMinMaxKw,
VertAxisBaseScriptListKw,
VertAxisBaseTagListKw,
VertAxisMinMaxKw,
AttachKw,
GlyphClassDefKw,
LigatureCaretByDevKw,
LigatureCaretByIndexKw,
LigatureCaretByPosKw,
MarkAttachClassKw,
FontRevisionKw,
AscenderKw,
CaretOffsetKw,
DescenderKw,
LineGapKw,
CapHeightKw,
CodePageRangeKw,
PanoseKw,
TypoAscenderKw,
TypoDescenderKw,
TypoLineGapKw,
UnicodeRangeKw,
VendorKw,
WinAscentKw,
WinDescentKw,
XHeightKw,
SizemenunameKw,
VertTypoAscenderKw,
VertTypoDescenderKw,
VertTypoLineGapKw,
VertAdvanceYKw,
VertOriginYKw,
ElidedFallbackNameKw,
ElidedFallbackNameIDKw,
DesignAxisKw,
AxisValueKw,
FlagKw,
LocationKw,
ElidableAxisValueNameKw,
OlderSiblingFontAttributeKw,
FeatureNamesKw,
NameKw,
CvParametersKw,
FeatUiLabelNameIdKw,
FeatUiTooltipTextNameIdKw,
SampleTextNameIdKw,
ParamUiLabelNameIdKw,
CharacterKw,
Tombstone,
SourceFile,
LigatureKw,
BaseKw,
GlyphRange,
Metric,
Label,
Tag,
Path,
GlyphName,
GlyphClass,
TableEntryNode,
GposNode,
GsubNode,
AnchorMarkNode,
ValueRecordNode,
LookupRefNode,
LookupBlockNode,
ScriptRecordNode,
}Expand description
Kinds of tokens assigned during lexing and parsing.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more