Struct ttf_parser::colr::Table
source · pub struct Table<'a> { /* private fields */ }
Expand description
A Color Table.
Currently, only version 0 is supported.
Implementations§
source§impl<'a> Table<'a>
impl<'a> Table<'a>
sourcepub fn parse(palettes: Table<'a>, data: &'a [u8]) -> Option<Self>
pub fn parse(palettes: Table<'a>, data: &'a [u8]) -> Option<Self>
Parses a table from raw data.
sourcepub fn is_simple(&self) -> bool
pub fn is_simple(&self) -> bool
Returns true
if the current table has version 0.
A simple table can only emit outline_glyph
and paint
Painter
methods.
sourcepub fn contains(&self, glyph_id: GlyphId) -> bool
pub fn contains(&self, glyph_id: GlyphId) -> bool
Whether the table contains a definition for the given glyph.
Trait Implementations§
impl<'a> Copy for Table<'a>
Auto Trait Implementations§
impl<'a> Freeze for Table<'a>
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> Send for Table<'a>
impl<'a> Sync for Table<'a>
impl<'a> Unpin for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)