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

pub enum FontVariantLigatures {
    Value(VariantLigatures),
    System(SystemFont),
}

Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms

Variants

Value variant with variant-ligatures

System font variant

Methods

impl FontVariantLigatures
[src]

[src]

Get font-variant-ligatures with system font

[src]

Get system font

[src]

Default value of font-variant-ligatures as empty

[src]

Get none variant of font-variant-ligatures

Trait Implementations

impl Clone for FontVariantLigatures
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FontVariantLigatures
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FontVariantLigatures
[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 FontVariantLigatures
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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

impl ToComputedValue for FontVariantLigatures
[src]

The computed value type we're going to be converted to.

[src]

Convert a specified value to a computed value, using itself and the data inside the Context. Read more

[src]

Convert a computed value to specified value form. Read more

impl Parse for FontVariantLigatures
[src]

[src]

normal | none | [ || || || ] = [ common-ligatures | no-common-ligatures ] = [ discretionary-ligatures | no-discretionary-ligatures ] = [ historical-ligatures | no-historical-ligatures ] = [ contextual | no-contextual ]