Enum style::values::specified::font::VariantAlternates [] [src]

pub enum VariantAlternates {
    Stylistic(CustomIdent),
    Styleset(Box<[CustomIdent]>),
    CharacterVariant(Box<[CustomIdent]>),
    Swash(CustomIdent),
    Ornaments(CustomIdent),
    Annotation(CustomIdent),
    HistoricalForms,
}

Set of variant alternates

Variants

Enables display of stylistic alternates

Enables display with stylistic sets

Enables display of specific character variants

Enables display of swash glyphs

Enables replacement of default glyphs with ornaments

Enables display of alternate annotation forms

Enables display of historical forms

Trait Implementations

impl Clone for VariantAlternates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VariantAlternates
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for VariantAlternates
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

impl PartialEq for VariantAlternates
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl ToCss for VariantAlternates
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more