Cleanup.
This commit is contained in:
parent
a986b7eba3
commit
777e025074
2 changed files with 10 additions and 6 deletions
|
@ -9,7 +9,6 @@ glyph-block Letter-Armenian-Upper-U-Group : begin
|
||||||
glyph-block-import CommonShapes
|
glyph-block-import CommonShapes
|
||||||
glyph-block-import Common-Derivatives
|
glyph-block-import Common-Derivatives
|
||||||
glyph-block-import Letter-Shared-Shapes : SerifFrame
|
glyph-block-import Letter-Shared-Shapes : SerifFrame
|
||||||
glyph-block-import Letter-Latin-U : USerifs
|
|
||||||
glyph-block-import Letter-Armenian-Shared-Shapes : ArmHBar
|
glyph-block-import Letter-Armenian-Shared-Shapes : ArmHBar
|
||||||
|
|
||||||
do "Ayb"
|
do "Ayb"
|
||||||
|
@ -19,7 +18,9 @@ glyph-block Letter-Armenian-Upper-U-Group : begin
|
||||||
include : df.markSet.capital
|
include : df.markSet.capital
|
||||||
include : UShape df CAP 1 df.mvs
|
include : UShape df CAP 1 df.mvs
|
||||||
include : QCrossing df CAP QInnerDiagSw
|
include : QCrossing df CAP QInnerDiagSw
|
||||||
if SLAB : include : USerifs.Toothless df CAP df.mvs
|
if SLAB : begin
|
||||||
|
local sf : SerifFrame.fromDf df CAP 0
|
||||||
|
include : composite-proc sf.lt.full sf.rt.full
|
||||||
|
|
||||||
do "Men"
|
do "Men"
|
||||||
create-glyph 'armn/Men' 0x544 : glyph-proc
|
create-glyph 'armn/Men' 0x544 : glyph-proc
|
||||||
|
@ -28,7 +29,8 @@ glyph-block Letter-Armenian-Upper-U-Group : begin
|
||||||
include : UShape df CAP 0 df.mvs
|
include : UShape df CAP 0 df.mvs
|
||||||
include : [ArmHBar.right df].cap
|
include : [ArmHBar.right df].cap
|
||||||
if SLAB : begin
|
if SLAB : begin
|
||||||
include : USerifs.Toothless df CAP df.mvs
|
local sf : SerifFrame.fromDf df CAP 0
|
||||||
|
include : composite-proc sf.lt.full sf.rt.full
|
||||||
|
|
||||||
do "Vo"
|
do "Vo"
|
||||||
create-glyph 'armn/Vo' 0x548 : glyph-proc
|
create-glyph 'armn/Vo' 0x548 : glyph-proc
|
||||||
|
@ -57,4 +59,5 @@ glyph-block Letter-Armenian-Upper-U-Group : begin
|
||||||
include : df.markSet.capital
|
include : df.markSet.capital
|
||||||
include : UShape df CAP 1 df.mvs
|
include : UShape df CAP 1 df.mvs
|
||||||
if SLAB : begin
|
if SLAB : begin
|
||||||
include : USerifs.Toothless df CAP df.mvs
|
local sf : SerifFrame.fromDf df CAP 0
|
||||||
|
include : composite-proc sf.lt.full sf.rt.full
|
||||||
|
|
|
@ -7,7 +7,7 @@ glyph-module
|
||||||
glyph-block Symbol-Math-VAndCup : begin
|
glyph-block Symbol-Math-VAndCup : begin
|
||||||
glyph-block-import CommonShapes
|
glyph-block-import CommonShapes
|
||||||
glyph-block-import Common-Derivatives
|
glyph-block-import Common-Derivatives
|
||||||
glyph-block-import Letter-Latin-U : USerifs
|
glyph-block-import Letter-Shared-Shapes : SerifFrame
|
||||||
glyph-block-import Letter-Greek-Pi : PiShape
|
glyph-block-import Letter-Greek-Pi : PiShape
|
||||||
glyph-block-import Letter-Cyrillic-Sha : CyrShaShape
|
glyph-block-import Letter-Cyrillic-Sha : CyrShaShape
|
||||||
glyph-block-import Symbol-Arrow-Shared : ArrowShape
|
glyph-block-import Symbol-Arrow-Shared : ArrowShape
|
||||||
|
@ -258,7 +258,8 @@ glyph-block Symbol-Math-VAndCup : begin
|
||||||
create-glyph 'cupClosedSerifed' 0x2A4C : glyph-proc
|
create-glyph 'cupClosedSerifed' 0x2A4C : glyph-proc
|
||||||
include : UShape [DivFrame 1] OperTop OperBot (stroke -- OperatorStroke)
|
include : UShape [DivFrame 1] OperTop OperBot (stroke -- OperatorStroke)
|
||||||
include : HBar.t SB RightSB OperTop OperatorStroke
|
include : HBar.t SB RightSB OperTop OperatorStroke
|
||||||
include : USerifs.Toothless [DivFrame 1] OperTop OperatorStroke
|
local sf : SerifFrame.fromDf [DivFrame 1] OperTop OperBot (swSerif -- OperatorStroke)
|
||||||
|
include : composite-proc sf.lt.full sf.rt.full
|
||||||
|
|
||||||
turned 'capClosedSerifed' 0x2A4D 'cupClosedSerifed' Middle SymbolMid
|
turned 'capClosedSerifed' 0x2A4D 'cupClosedSerifed' Middle SymbolMid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue