Commit graph

759 commits

Author SHA1 Message Date
John McWilliams
58c71fdca7
Fix r variants for ss09 and ss12 under slab. (#1961) 2023-08-25 15:37:42 -07:00
John McWilliams
cb3f71ea8f
Optimize shapes of Barred B and R with Stroke (#1956) 2023-08-23 13:17:45 -07:00
John McWilliams
ae31829591
Reduction of H descender variants, b hook fix (#1954)
Fixes #1953
Fixes #1952
2023-08-22 16:56:08 -07:00
John McWilliams
257eb5046e
i, k, and l slab variant fixes. (#1951)
this also opens up an italic slab override for `ss10`.
2023-08-22 10:37:47 -07:00
John McWilliams
331cb97808
Fix VXAC for Default Slab, ss11, and ss13. (#1946)
* Fix `VXAC` for Default Slab, `ss11`, and `ss13`.

also move variant selector to be next to the other opening/closing punctuation variant selectors.

* minor typo
2023-08-21 12:06:57 -07:00
John McWilliams
030f77592c
ss13 variant selection fixes (#1944)
some character variants under `ss13` were either unset or inaccurate to Lucida Console. The variant for `a` under slab seemed to be erroneous as well.

Additionally, iota and tau are corrected for `ss05` and `ss08`.
2023-08-20 13:15:13 -07:00
be5invis
5968c1ba52 Move the impl for Tau to use the shape in i/l instead of t for a more balanced result 2023-08-19 02:02:52 -07:00
be5invis
02e8fe60ca Add variant selection for Guillemets (#1899). 2023-08-19 01:35:03 -07:00
be5invis
fdcde32d71 It will not be a breaking change 2023-08-18 22:03:54 -07:00
John McWilliams
2f5a31cf46
Add Pi and Tau variant selectors (#1940)
* Add Pi and Tau variant selectors

closes #1924

* fix numeric order
2023-08-18 11:08:58 -07:00
John McWilliams
ed891cb7d7
A couple slab variant fixes (#1936) 2023-08-17 10:11:58 -07:00
John McWilliams
74b3cd3937
Implement auto-serif form for Bulgarian/Serbian De (#1928)
Co-authored-by: Belleve <belleve@typeof.net>
2023-08-15 17:48:56 -07:00
be5invis
95efbdee7e * Remove unnecessary serifed/tailed variants of italic Cyrillic Te with descender (U+04AD) and m with palatal hook (U+1D86) (#1926).
* Remove unnecessary bottom-right serifed variants of Cyrillic Ka with descender (`U+049A`..`U+049B`) (#1927).
2023-08-15 17:46:50 -07:00
Logo
86c29b61ad
italic komi tje (#1922) 2023-08-13 15:02:09 -07:00
be5invis
387389919c Same for K 2023-08-12 13:44:59 -07:00
be5invis
08c90a900d Remove unnecessary lower-right serif variants for Latin Lower K with Descender (U+2C6A) (#1917). 2023-08-12 13:44:01 -07:00
be5invis
3dae50b429 Make the top serif of Yogh (U+021C, U+021D) to follow Cyrillic Ze's variant selector (#1908). 2023-08-11 14:19:13 -07:00
be5invis
c5e1e1d3b2 Merge duplicate variants of t with retroflex hook (U+0288, U+1DF09) (#1909). 2023-08-11 12:14:02 -07:00
be5invis
5a2ffb2d0e Remove duplicate variant glyphs for U+0272 (#1905). 2023-08-10 14:48:06 -07:00
John McWilliams
595e714e9b
Make lowercase Wynn respond to serifs of thorn (#1906) 2023-08-10 14:27:59 -07:00
be5invis
85494ed45a Provide a non-breaking mechanism to add variants. Thus, it is 26.1.0 again (#1904). 2023-08-09 15:56:27 -07:00
be5invis
30a050e307 Add XH-height middle-serifed and dual-serifed variants for Eszet. As a result, current variants are reordered (#1904). 2023-08-09 15:36:24 -07:00
John McWilliams
8190f81a04
Make Curly Slab consistent with default slab (#1902) 2023-08-08 17:23:39 -07:00
be5invis
94b072c1ec Make Cyrillic Abkhasian Che respond to C's serifs (#1898). 2023-08-07 18:10:17 -07:00
Logo
c603334802
Volapuk Letters, and a few other fixes (#1891)
* * CC-SA slight fix
* Added single-storey forms for iotated-a.

* Volapuk letters (#1865)
2023-08-03 14:03:22 -07:00
John McWilliams
8df4587b3c
fix variant selection for Bulgarian/Serbian de (#1888) 2023-08-02 13:04:06 -07:00
be5invis
cf9416c126 Add script-cut corner to U+0261 (#1887). 2023-08-01 16:44:29 -07:00
be5invis
9ed4345597 Add asymmetric variant to all t styles (#1836). 2023-08-01 02:58:05 -07:00
be5invis
4ed9905394 Add serif variant selection for Eszet (#1881) 2023-07-30 13:07:55 -07:00
be5invis
c2ba1941bb Fix typo (#1878) 2023-07-29 13:30:41 -07:00
be5invis
105b0219bd Enable <> ligation as diamond for C-like (#1878). 2023-07-29 11:48:51 -07:00
be5invis
5e4fa4a189 Add APL-specific form for U+220A (#1876). 2023-07-28 17:30:44 -07:00
John McWilliams
e950c7b50b
Disunify variant selectors for Greek Chi and x. (#1874)
Also make Greek Kappa respond to top-left serifed variants for lowercase `k`.
2023-07-27 20:28:49 -07:00
John McWilliams
a2ab39d38f
clean up letter(like)s, fix 2 variants, IPA slabs. (#1871) 2023-07-26 17:17:04 -07:00
John McWilliams
d7f5ec0543
Sort Cyrillic letter variants in alphabetic order (#1869)
U comes before Ef, and Ya comes at the end.
Apologies if the auto diff looks messy. All I did was move U and Ya.
2023-07-25 14:18:47 -07:00
John McWilliams
d85c31a45e
Sort Greek letter variants in alphabetical order (#1868)
Alpha, Beta, Gamma, Delta, alternating capital/lowercase.

Also correct `ss17`'s thorn slab override.
2023-07-24 12:11:34 -07:00
be5invis
d7aea45411 Add separate variant selector for lowercase Thorn (#1854). 2023-07-23 13:44:42 -07:00
be5invis
764c489f6b Disunified the variant selector for Greek Delta and Greek Lambda, and added selectable serif variants for Lambda (#1866). 2023-07-23 12:51:10 -07:00
be5invis
8f6cef86fc Drop tailed-top-left-serifed variant of n as it duplicates with tailed-motion-serifed (#1859) 2023-07-23 12:00:53 -07:00
be5invis
f70ff9d60a More #1864 fix 2023-07-23 11:46:49 -07:00
be5invis
a48d98c235 Drop <= and >= as inequality for Verilog (#1864). 2023-07-23 11:36:06 -07:00
be5invis
eb2f6db17c Fix serifs in U+0257 and U+026F (#1862). 2023-07-22 14:55:03 -07:00
be5invis
3c1b1fb9ad Add
- LATIN SMALL LETTER V WITH CURL (`U+2C74`) (#1857).
  - LATIN SMALL LETTER E WITH NOTCH (`U+2C78`) (#1857).
2023-07-22 00:05:54 -07:00
be5invis
8b46840a3b Fix detached shape of U+FB05 (#1858). 2023-07-21 18:01:30 -07:00
be5invis
13d722471b Fix math sans-serif variant assignment for Greek Iota and Chi (#1847). 2023-07-15 13:51:54 -07:00
John McWilliams
275cd85d60
Slab optimizations for stylistic sets (#1845)
Basically every stylistic set except for `ss11` and `ss17` have had their slab variants tweaked to better respect the base glyph shapes of the source font, such as avoiding cursive x/y/z where necessary and also using more thoughtful serif forms for straight x/y under italics to match their configuration for v/w
2023-07-14 18:05:49 -07:00
John McWilliams
6e454e0ff6
Improve variant selection of several IPA letters (#1843) 2023-07-13 17:05:49 -07:00
John McWilliams
251160e0a3
Make Turned M follow Latin u. (#1840) 2023-07-12 18:02:10 -07:00
be5invis
96c3389f4d Save about 500 GIDs 2023-07-11 00:44:54 -07:00
be5invis
968419f330 Fix unnecessary serifs of U+03B7 GREEK SMALL LETTER ETA (#1837). 2023-07-08 14:19:35 -07:00