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