Fix missing slab on v-u-without-bar
(#601).
This commit is contained in:
parent
f906185099
commit
b5ffcdba8e
2 changed files with 7 additions and 5 deletions
|
@ -19,4 +19,5 @@
|
||||||
* Add variant `v-capital-b-more-asymmetric` (`VXAQ`) for `B` for better differentiation with `8` (#589).
|
* Add variant `v-capital-b-more-asymmetric` (`VXAQ`) for `B` for better differentiation with `8` (#589).
|
||||||
* Fix inconsistent stroke widths in heavy delta-like components (#593).
|
* Fix inconsistent stroke widths in heavy delta-like components (#593).
|
||||||
* Made the ties move further away from above marks, and implement diacritics above ties (#596).
|
* Made the ties move further away from above marks, and implement diacritics above ties (#596).
|
||||||
* Add variants for `4`, `7`, `6`, `9`, `q` and `z` (#595).
|
* Add variants for `4`, `7`, `6`, `9`, `q` and `z` (#595).
|
||||||
|
* Fix missing slab on `v-u-without-bar` (#601).
|
|
@ -3729,8 +3729,8 @@ glyph-block Letter-Latin-Lower-U : begin
|
||||||
include : LeftwardTopSerif SB XH SideJut
|
include : LeftwardTopSerif SB XH SideJut
|
||||||
|
|
||||||
save 'u.withBar'
|
save 'u.withBar'
|
||||||
# upsilon
|
|
||||||
sketch # upsilon
|
create-glyph 'upsilon' 0x3C5 : glyph-construction
|
||||||
include MarkSet.e
|
include MarkSet.e
|
||||||
set-base-anchor 'trailing' Middle 0
|
set-base-anchor 'trailing' Middle 0
|
||||||
include : dispiro
|
include : dispiro
|
||||||
|
@ -3743,8 +3743,9 @@ glyph-block Letter-Latin-Lower-U : begin
|
||||||
flat (RightSB - OX + O) SmallSmoothA
|
flat (RightSB - OX + O) SmallSmoothA
|
||||||
curl (RightSB - OX + O) XH [heading Upward]
|
curl (RightSB - OX + O) XH [heading Upward]
|
||||||
|
|
||||||
save 'upsilon' 0x3C5
|
create-glyph 'u.withoutBar' : glyph-construction
|
||||||
save 'u.withoutBar'
|
include [refer-glyph 'upsilon'] AS_BASE ALSO_METRICS
|
||||||
|
include : AIVSerifs XH
|
||||||
|
|
||||||
select-variant 'u' 'u'
|
select-variant 'u' 'u'
|
||||||
create-glyph 'urtailBR' 0x1D99 : glyph-construction
|
create-glyph 'urtailBR' 0x1D99 : glyph-construction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue