diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-03 16:07:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 16:07:06 -0600 |
| commit | 638adc547a01fa9ce48c97d1fd3aebbdfe1e8a11 (patch) | |
| tree | 398fda71e57fa473d5bb73d1c5540f0efc67eb97 /scripts | |
| parent | 52e3523a7bc3358bd97b96736d542bc1ffc422c7 (diff) | |
resolves #1192 add support for smallcaps text transform (PR #2131)
- add support for smallcaps value for text-transform in theme
- add helper method to do smallcaps translation
- add required glyphs to built-in fonts
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/subset-fonts.pe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/subset-fonts.pe b/scripts/subset-fonts.pe index 1d00351b..ac8c3379 100755 --- a/scripts/subset-fonts.pe +++ b/scripts/subset-fonts.pe @@ -217,6 +217,9 @@ while (fi < num_copy_fonts) SelectMore(0u0168,0u0169) SelectMore(0u01a0,0u01b0) SelectMore(0u1ea0,0u1ef9) + # Small Caps + SelectMoreSingletons(0u1d00,0u0299,0u1d04,0u1d05,0u1d07,0ua730,0u0262,0u029c,0u026a,0u1d0a,0u1d0b,0u029f,0u1d0d) + SelectMoreSingletons(0u0274,0u1d0f,0u1d18,0ua7af,0u0280,0ua731,0u1d1b,0u1d1c,0u1d20,0u1d21,0u028f,0u1d22,0u01eb) if (is_mplus) # CJK Symbols and Punctuation (not present in mainstream Noto Serif fonts) SelectMore(0u3000,0u303f) |
