Make the Eng part in LATIN SMALL LETTER FENG DIGRAPH always connected to the f part (#2143).
This commit is contained in:
parent
9074890f3d
commit
1add20b37d
3 changed files with 19 additions and 12 deletions
|
@ -91,7 +91,13 @@ glyph-block Letter-Latin-Lower-N : begin
|
|||
tailed 1
|
||||
function [body tail] : object # serifs
|
||||
serifless { nothing nothing nothing }
|
||||
topLeftSerifed { NTopLeftSerif nothing nothing }
|
||||
topLeftSerifed : list
|
||||
match body
|
||||
([Just "earlessCorner"] || [Just "earlessRounded"]) nothing
|
||||
([Just "earlessCornerHTB"] || [Just "earlessRoundedHTB"]) NHTB
|
||||
__ NTopLeftSerif
|
||||
begin nothing
|
||||
begin nothing
|
||||
motionSerifed : list
|
||||
match body
|
||||
([Just "earlessCorner"] || [Just "earlessRounded"]) nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue