pub struct Header { /* private fields */ }Expand description
FIGfont’s header.
Implementations§
Source§impl Header
impl Header
Sourcepub fn hard_blank_char<'a>(&'a self) -> &'a [u8] ⓘ
pub fn hard_blank_char<'a>(&'a self) -> &'a [u8] ⓘ
Get the hard blank character.
Sourcepub fn max_length(&self) -> usize
pub fn max_length(&self) -> usize
Get the font’s max length. Unused.
Sourcepub fn print_direction(&self) -> PrintDirection
pub fn print_direction(&self) -> PrintDirection
Get the print direction.
Sourcepub fn codetag_count(&self) -> Option<u32>
pub fn codetag_count(&self) -> Option<u32>
Get the number of codetagged characters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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