Struct ttf_parser::os2::UnicodeRanges
source · pub struct UnicodeRanges(_);
Expand description
Implementations§
source§impl UnicodeRanges
impl UnicodeRanges
sourcepub fn contains_char(&self, c: char) -> bool
pub fn contains_char(&self, c: char) -> bool
Checks if ranges contain the specified character.
Trait Implementations§
source§impl Clone for UnicodeRanges
impl Clone for UnicodeRanges
source§fn clone(&self) -> UnicodeRanges
fn clone(&self) -> UnicodeRanges
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 moresource§impl Debug for UnicodeRanges
impl Debug for UnicodeRanges
source§impl Default for UnicodeRanges
impl Default for UnicodeRanges
source§fn default() -> UnicodeRanges
fn default() -> UnicodeRanges
Returns the “default value” for a type. Read more