Struct ttf_parser::opentype_layout::LookupFlags
source · pub struct LookupFlags(pub u16);Expand description
Lookup table flags.
Tuple Fields§
§0: u16Implementations§
source§impl LookupFlags
impl LookupFlags
pub fn right_to_left(self) -> bool
pub fn ignore_base_glyphs(self) -> bool
pub fn ignore_ligatures(self) -> bool
pub fn ignore_marks(self) -> bool
pub fn ignore_flags(self) -> bool
pub fn use_mark_filtering_set(self) -> bool
pub fn mark_attachment_type(self) -> u8
Trait Implementations§
source§impl Clone for LookupFlags
impl Clone for LookupFlags
source§fn clone(&self) -> LookupFlags
fn clone(&self) -> LookupFlags
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