Trait allsorts_no_std::gsub::GlyphData[][src]

pub trait GlyphData: Clone {
    fn merge(data1: Self, data2: Self) -> Self;
}

merge is called during ligature substitution (i.e. merging of glyphs), and determines how the RawGlyph.extra_data field should be merged

Required methods

fn merge(data1: Self, data2: Self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl GlyphData for ()[src]

Loading content...

Implementors

Loading content...