Trait Offset
ttf_parser::parser
pub trait Offset { pub fn to_usize(&self) -> usize; pub fn is_null(&self) -> bool { ... } }
A common offset methods.
pub fn to_usize(&self) -> usize
Converts the offset to usize.
usize
pub fn is_null(&self) -> bool
Checks that offset is null.
impl Offset for Offset16
impl Offset for Offset32