mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-13 15:33:23 -04:00
Update comment on compare_glyphs_by_ffid()
It's not necessary any more, but it does seem to make the output file smaller so it can stay for now.
This commit is contained in:
parent
1a878099e3
commit
29fe1642cb
@ -2742,9 +2742,8 @@ get_glyph_by_name(char const *name)
|
||||
|
||||
/*
|
||||
* Compare glyphs in a way that will put them in an order that
|
||||
* FontForge won't change. This should mean that our glyph IDs match
|
||||
* FontForge's, so that we can use them in tables that FontForge
|
||||
* doesn't understand.
|
||||
* FontForge wouldn't change. We don't actually use FontForge any
|
||||
* more, but this sorting still makes the OTF file a few K shorter.
|
||||
*/
|
||||
static int
|
||||
compare_glyphs_by_ffid(const void *va, const void *vb)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user