[−]Enum iced_graphics::font::Family
pub enum Family { Title(String), Serif, SansSerif, Monospace, Cursive, Fantasy, }
feature="font-source"
only.A possible value for the font-family
CSS property.
These descriptions are taken from CSS Fonts Level 3 § 3.1: https://drafts.csswg.org/css-fonts-3/#font-family-prop.
TODO(pcwalton): system-ui
, emoji
, math
, fangsong
Variants
Title(String)
feature="font-source"
only.A specific font family, specified by name: e.g. "Arial", "times".
feature="font-source"
only.Serif fonts represent the formal text style for a script.
feature="font-source"
only.Glyphs in sans-serif fonts, as the term is used in CSS, are generally low contrast (vertical and horizontal stems have the close to the same thickness) and have stroke endings that are plain — without any flaring, cross stroke, or other ornamentation.
feature="font-source"
only.The sole criterion of a monospace font is that all glyphs have the same fixed width.
feature="font-source"
only.Glyphs in cursive fonts generally use a more informal script style, and the result looks more like handwritten pen or brush writing than printed letterwork.
feature="font-source"
only.Fantasy fonts are primarily decorative or expressive fonts that contain decorative or expressive representations of characters.
Trait Implementations
impl Clone for FamilyName
[+]
impl Debug for FamilyName
[+]
impl PartialEq<FamilyName> for FamilyName
[+]
Auto Trait Implementations
impl RefUnwindSafe for FamilyName
impl Send for FamilyName
impl Sync for FamilyName
impl Unpin for FamilyName
impl UnwindSafe for FamilyName
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src][+]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src][+]
U: ConvertFrom<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,