hi my freinds
i want replace some glyph to another font but when i copy it and paste at to another font,the glyph put invert.
see picture please.
have you solution?
It copies by glyph index. You have ordered them by code point.
You can sort both by code point or copy and paste individual glyphs.
Both ordered with codepoint but the problem still exist.
You need to order by glyph index and sort by code point.