Struct webrender_api::AddFontInstance
[−]
[src]
pub struct AddFontInstance { pub key: FontInstanceKey, pub font_key: FontKey, pub glyph_size: Au, pub options: Option<FontInstanceOptions>, pub platform_options: Option<FontInstancePlatformOptions>, pub variations: Vec<FontVariation>, }
Fields
key: FontInstanceKey
font_key: FontKey
glyph_size: Au
options: Option<FontInstanceOptions>
platform_options: Option<FontInstancePlatformOptions>
variations: Vec<FontVariation>
Trait Implementations
impl Clone for AddFontInstance
[src]
fn clone(&self) -> AddFontInstance
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more