pub struct PostTable { /* private fields */ }Implementations§
Source§impl PostTable
impl PostTable
pub fn version(&self) -> u32
pub fn italic_angle(&self) -> i32
pub fn underline_position(&self) -> i16
pub fn underline_thickness(&self) -> i16
pub fn is_fixed_pitch(&self) -> u32
pub fn min_mem_type_42(&self) -> u32
pub fn max_mem_type_42(&self) -> u32
pub fn min_mem_type_1(&self) -> u32
pub fn max_mem_type_1(&self) -> u32
pub fn num_glyphs(&self) -> Option<u16>
pub fn glyph_name_index(&self) -> Option<&[u16]>
pub fn names(&self) -> Option<&[String]>
Auto Trait Implementations§
impl Freeze for PostTable
impl RefUnwindSafe for PostTable
impl Send for PostTable
impl Sync for PostTable
impl Unpin for PostTable
impl UnsafeUnpin for PostTable
impl UnwindSafe for PostTable
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