From: Ben Harris Date: Sun, 3 Nov 2024 13:17:23 +0000 (+0000) Subject: Update comment on compare_glyphs_by_ffid() X-Git-Tag: bedstead-3.246~55 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=29fe1642cbbb101f85beec2bd75466aac9e376b2;p=bedstead-debian.git 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. --- diff --git a/bedstead.c b/bedstead.c index 7012f49..3af9c02 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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)