Type Alias veloren_client_i18n::Fonts

source ·
pub type Fonts = HashMap<String, Font>;
Expand description

Store font metadata

Aliased Type§

struct Fonts {
    pub(crate) hash_builder: BuildHasherDefault<AHasher>,
    pub(crate) table: RawTable<(String, Font)>,
}

Fields§

§hash_builder: BuildHasherDefault<AHasher>§table: RawTable<(String, Font)>