CanvasFontVariantCapsOptions enum
Values
- allPetiteCaps → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'all-petite-caps')
- allSmallCaps → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'all-small-caps')
- normal → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'normal')
- petiteCaps → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'petite-caps')
- smallCaps → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'small-caps')
- titlingCaps → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'titling-caps')
- unicase → const CanvasFontVariantCapsOptions
-
const CanvasFontVariantCapsOptions(r'unicase')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CanvasFontVariantCapsOptions> - A constant List of the values in this enum, in order of their declaration.