Skip to main content

MarkArrayExt

Trait MarkArrayExt 

Source
trait MarkArrayExt {
    // Required method
    fn apply(
        &self,
        ctx: &mut hb_ot_apply_context_t<'_>,
        base_anchor: &AnchorTable<'_>,
        mark_anchor: &AnchorTable<'_>,
        glyph_pos: usize,
    ) -> Option<()>;
}

Required Methods§

Source

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_>, base_anchor: &AnchorTable<'_>, mark_anchor: &AnchorTable<'_>, glyph_pos: usize, ) -> Option<()>

Implementations on Foreign Types§

Source§

impl MarkArrayExt for MarkArray<'_>

Source§

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_>, base_anchor: &AnchorTable<'_>, mark_anchor: &AnchorTable<'_>, glyph_pos: usize, ) -> Option<()>

Implementors§