Trait ttf_parser::aat::BinarySearchValue

source ·
trait BinarySearchValue: FromData {
    // Required methods
    fn is_termination(&self) -> bool;
    fn contains(&self, glyph_id: GlyphId) -> Ordering;
}

Required Methods§

source

fn is_termination(&self) -> bool

source

fn contains(&self, glyph_id: GlyphId) -> Ordering

Object Safety§

This trait is not object safe.

Implementors§