Skip to content

Commit

Permalink
Add U+AB66 and U+AB67 (#488).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Apr 13, 2020
1 parent 01f8125 commit e59a648
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion changes/3.0.0-z.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* Fixed phonetic ligatures' shape. Now they are connected more closely (#488).
* Fix shape of U+AB30, U+AB64 and U+1DE7 (#489).
* Fix export of U+478 and U+479.
* Fix shape of U+029A, U+1D08, U+1D4C (#491).
* Fix shape of U+029A, U+1D08, U+1D4C (#491).
* Add U+AB66 and U+AB67 (#488).
20 changes: 11 additions & 9 deletions glyphs/autobuild-transformed.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -584,15 +584,17 @@ glyph-block Autobuild-Transformed : begin
save glyphName unicode

if [not recursive] : createPhoneticLigatures stdShrink stdShrink 1 1 : list
list 0x2A3 'd' 'z'
list 0x2A4 'd' 'ezh'
list 0x2A5 'd' 'zcurlytail'
list 0x2A6 't.phoneticLeft' 's.phoneticRight'
list 0x2A7 't.phoneticLeft.extended' 'esh'
list 0x2A8 't.phoneticLeft' 'ccurlytail'
list 0x2A9 'f.straight' 'eng'
list 0x2AA 'l.phoneticLeft' 's.phoneticRight'
list 0x2AB 'l.phoneticLeft' 'z'
list 0x02A3 'd' 'z'
list 0x02A4 'd' 'ezh'
list 0x02A5 'd' 'zcurlytail'
list 0x02A6 't.phoneticLeft' 's.phoneticRight'
list 0x02A7 't.phoneticLeft.extended' 'esh'
list 0x02A8 't.phoneticLeft' 'ccurlytail'
list 0x02A9 'f.straight' 'eng'
list 0x02AA 'l.phoneticLeft' 's.phoneticRight'
list 0x02AB 'l.phoneticLeft' 'z'
list 0xAB66 'd' 'zrtailBR'
list 0xAB67 't.phoneticLeft' 'srtail'


define [createAccentedEquals crowd scale records] : begin
Expand Down
4 changes: 2 additions & 2 deletions glyphs/letters-unified-basic.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -4273,15 +4273,15 @@ glyph-block LetterUnified-Basic : begin
include : union
dispiro
widths.rhs
flat (crossRight + ext) 0
flat (crossRight) 0
curl [Math.min (barleft + tTurn) (crossRight - 1)] 0
archv
flat barleft tTurn
curl barleft CAP [heading UPWARD]
dispiro
widths.rhs
flat (crossLeft - HALFSTROKE * TANSLANT) XH
curl (crossRight - HALFSTROKE * TANSLANT) XH
curl (crossRight - HALFSTROKE * TANSLANT + ext) XH
set-anchor 'topright' BASE crossRight CAP

sketch # t.narrow
Expand Down

0 comments on commit e59a648

Please sign in to comment.