Trait MarkArrayExt

Source
pub(crate) trait MarkArrayExt {
    // Required method
    fn apply(
        &self,
        ctx: &mut hb_ot_apply_context_t<'_, '_>,
        anchors: AnchorMatrix<'_>,
        mark_index: u16,
        glyph_index: u16,
        glyph_pos: usize,
    ) -> Option<()>;
}

Required Methods§

Source

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_, '_>, anchors: AnchorMatrix<'_>, mark_index: u16, glyph_index: u16, glyph_pos: usize, ) -> Option<()>

Implementations on Foreign Types§

Source§

impl MarkArrayExt for MarkArray<'_>

Source§

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_, '_>, anchors: AnchorMatrix<'_>, mark_index: u16, glyph_index: u16, glyph_pos: usize, ) -> Option<()>

Implementors§