Trait AnchorExt

Source
pub(crate) trait AnchorExt {
    // Required method
    fn get(&self, face: &hb_font_t<'_>) -> (i32, i32);
}

Required Methods§

Source

fn get(&self, face: &hb_font_t<'_>) -> (i32, i32)

Implementations on Foreign Types§

Source§

impl AnchorExt for Anchor<'_>

Source§

fn get(&self, face: &hb_font_t<'_>) -> (i32, i32)

Implementors§