Refine shape of Armenian Lower Ech Yiwn.
This commit is contained in:
parent
28282c56b8
commit
551eddfc29
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
* Refine shape of the following characters:
|
* Refine shape of the following characters:
|
||||||
|
- ARMENIAN SMALL LIGATURE ECH YIWN (`U+0587`).
|
||||||
- LATIN CAPITAL LETTER AU (`U+A736`).
|
- LATIN CAPITAL LETTER AU (`U+A736`).
|
||||||
|
|
|
@ -423,9 +423,11 @@ glyph-block Letter-Armenian-Lower-U-Group : begin
|
||||||
|
|
||||||
do "Ew"
|
do "Ew"
|
||||||
create-glyph 'armn/ew' 0x587 : glyph-proc
|
create-glyph 'armn/ew' 0x587 : glyph-proc
|
||||||
local df : include : DivFrame para.advanceScaleM
|
local adws : Math.max para.advanceScaleM
|
||||||
|
[mix 1 para.advanceScaleF 0.5] * para.advanceScaleMM
|
||||||
|
local df : include : DivFrame adws
|
||||||
include : df.markSet.b
|
include : df.markSet.b
|
||||||
local subDf : DivFrame (0.75 * para.advanceScaleM) 2
|
local subDf : DivFrame [Math.min 1 : (8/11) * adws] 2
|
||||||
include : uBowl.shape
|
include : uBowl.shape
|
||||||
top -- Ascender
|
top -- Ascender
|
||||||
bottom -- 0
|
bottom -- 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue