Struct ttf_parser::feat::SettingName
source · Expand description
A setting name.
Fields§
§setting: u16The setting.
name_index: u16The name table index for the feature’s name in a 256..32768 range.
Trait Implementations§
source§impl Clone for SettingName
impl Clone for SettingName
source§fn clone(&self) -> SettingName
fn clone(&self) -> SettingName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more