diff options
| author | Jon Leech <oddhack@sonic.net> | 2021-01-11 07:21:37 -0800 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-01-22 03:11:06 -0700 |
| commit | 9432cb04767fdc47414cc41b4fef929efa8b1a94 (patch) | |
| tree | b2490f6de9d568274b7e249f34b784b1ab607603 | |
| parent | edfb8c03600b9f1402905d9ff6bd5f94fa28e615 (diff) | |
modify subset-fonts.pe to add floor/ceiling characters
| -rw-r--r-- | data/fonts/mplus1p-regular-fallback.ttf | bin | 1561372 -> 1561596 bytes | |||
| -rwxr-xr-x | scripts/subset-fonts.pe | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/fonts/mplus1p-regular-fallback.ttf b/data/fonts/mplus1p-regular-fallback.ttf Binary files differindex 93a24253..8e98db9a 100644 --- a/data/fonts/mplus1p-regular-fallback.ttf +++ b/data/fonts/mplus1p-regular-fallback.ttf diff --git a/scripts/subset-fonts.pe b/scripts/subset-fonts.pe index e84b9a54..a28de1da 100755 --- a/scripts/subset-fonts.pe +++ b/scripts/subset-fonts.pe @@ -228,6 +228,8 @@ while (fi < num_copy_fonts) SelectMore(0uff00,0uffef) # CJK Unified Ideographs (for Japanese, aka kanji) (not present in mainstream Noto Serif fonts) SelectMore(0u4e00,0u9faf) + # Additional math characters (lceil, rceil, lfloor, rfloor) + SelectMoreSingletons(0u2308,0u2309,0u230a,0u230b) endif endif #if (script == "fallback") |
