From 413f3839ec932343275b1ba4b74bcb3ff86a0004 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Sep 2024 20:02:45 +0100 Subject: [PATCH] Improve comment to explain glyph ordering --- bedstead.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 47cff2c..15cb39b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -506,7 +506,9 @@ static struct glyph { /* * The other batch of glyphs were specially designed for this font. - * These are kept sorted by Unicode code point. + * These are kept sorted by Unicode code point. Glyphs accessed + * using OpenType features are next to their originals, even when + * they also have Private Use Area mappings. */ /* Basic Latin */ -- 2.30.2