pub struct MaxpTable { /* private fields */ }Implementations§
Source§impl MaxpTable
impl MaxpTable
pub fn version(&self) -> u32
pub fn num_glyphs(&self) -> u16
pub fn max_points(&self) -> Option<u16>
pub fn max_contours(&self) -> Option<u16>
pub fn max_composite_points(&self) -> Option<u16>
pub fn max_composite_contours(&self) -> Option<u16>
pub fn max_zones(&self) -> Option<u16>
pub fn max_twilight_points(&self) -> Option<u16>
pub fn max_storage(&self) -> Option<u16>
pub fn max_function_defs(&self) -> Option<u16>
pub fn max_instruction_defs(&self) -> Option<u16>
pub fn max_stack_elements(&self) -> Option<u16>
pub fn max_size_of_instructions(&self) -> Option<u16>
pub fn max_component_elements(&self) -> Option<u16>
pub fn max_component_depth(&self) -> Option<u16>
Auto Trait Implementations§
impl Freeze for MaxpTable
impl RefUnwindSafe for MaxpTable
impl Send for MaxpTable
impl Sync for MaxpTable
impl Unpin for MaxpTable
impl UnsafeUnpin for MaxpTable
impl UnwindSafe for MaxpTable
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