fix: improves Edge case font/glyph handling (#2100)

This commit is contained in:
Justin Mitchell
2026-05-23 20:40:19 +03:00
committed by GitHub
parent 7accc607af
commit 99ab8b2772
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -97,6 +97,7 @@ To convert your own TrueType/OpenType fonts:
| `cyrillic` | Cyrillic + Supplement |
| `cjk` | CJK Unified Ideographs + Hiragana + Katakana + Fullwidth |
| `hangul` | Korean Hangul syllables |
| `reading` | Literary fiction coverage: Latin, Greek, Cyrillic, math/symbol blocks, supplemental punctuation, and CJK quote marks |
| `builtin` | Matches built-in Bookerly coverage exactly |
Combine presets with commas: `--intervals latin-ext,greek,cyrillic`