monks/font_smooth

{{ Non-standard_header }}

The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered.

Values

pub const always: #(String, String)

always value of font-smooth

pub const auto_: #(String, String)

auto value of font-smooth

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const large: #(String, String)

large value of font-smooth

pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of font-smooth

pub const medium: #(String, String)

medium value of font-smooth

pub const never: #(String, String)

never value of font-smooth

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for font-smooth

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const small: #(String, String)

small value of font-smooth

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for font-smooth. It will be wrapped in var() and have -- prepended.

pub const x_large: #(String, String)

x-large value of font-smooth

pub const x_small: #(String, String)

x-small value of font-smooth

pub const xx_large: #(String, String)

xx-large value of font-smooth

pub const xx_small: #(String, String)

xx-small value of font-smooth

pub const xxx_large: #(String, String)

xxx-large value of font-smooth

Search Document