Skip to main content

ApplyLigatureSet

Trait ApplyLigatureSet 

Source
pub trait ApplyLigatureSet {
    // Required method
    fn apply(
        &self,
        ctx: &mut hb_ot_apply_context_t<'_>,
        seconds: &hb_set_digest_t,
    ) -> Option<()>;
}

Required Methods§

Source

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_>, seconds: &hb_set_digest_t, ) -> Option<()>

Implementations on Foreign Types§

Source§

impl ApplyLigatureSet for LigatureSet<'_>

Source§

fn apply( &self, ctx: &mut hb_ot_apply_context_t<'_>, seconds: &hb_set_digest_t, ) -> Option<()>

Implementors§