Struct ttf_parser::opentype_layout::Script [−][src]
pub struct Script<'a> {
pub tag: Tag,
pub default_language: Option<LanguageSystem<'a>>,
pub languages: LanguageSystemList<'a>,
}
Expand description
A Script Table.
Fields
tag: Tag
Script tag.
default_language: Option<LanguageSystem<'a>>
Default language.
languages: LanguageSystemList<'a>
List of supported languages, excluding the default one. Listed alphabetically.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Script<'a>
impl<'a> UnwindSafe for Script<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more