Trait ttf_parser::parser::Offset[][src]

pub trait Offset {
    fn to_usize(&self) -> usize;

    fn is_null(&self) -> bool { ... }
}
Expand description

A common offset methods.

Required methods

Converts the offset to usize.

Provided methods

Checks that offset is null.

Implementors