Fix bar position of cyrl/{Nje|nje}
. (#2309)
This commit is contained in:
parent
84a2f56321
commit
4216bde7da
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
* Refine shape of CYRILLIC CAPITAL LETTER SHHA (`U+04BA`).
|
||||
* Fix H bar position of CYRILLIC {CAPITAL|SMALL} LETTER NJE (`U+040A`, `U+045A`).
|
||||
* Add characters:
|
||||
- KEYBOARD (`U+2328`).
|
||||
|
|
|
@ -21,7 +21,7 @@ glyph-block Letter-Cyrillic-Nje : begin
|
|||
define [LeftHalf slabType df top] : glyph-proc
|
||||
local dfSub : df.slice 3 2
|
||||
include : VBar.l dfSub.leftSB 0 top dfSub.mvs
|
||||
include : HBar.m dfSub.leftSB dfSub.rightSB (top / 2)
|
||||
include : HBar.m dfSub.leftSB dfSub.rightSB (top * HBarPos)
|
||||
|
||||
local sf : SerifFrame.fromDf dfSub top 0
|
||||
include : match slabType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue