Make Cyrillic Lower Ef and Greek Phi Symbol use SmallArchDepth
. (#2649)
This commit is contained in:
parent
d957e1e9a1
commit
bf8131cd0b
2 changed files with 14 additions and 14 deletions
|
@ -1 +1,2 @@
|
||||||
* Add variant selector for decorative angle brackets (U+276C...U+2771) (#2603, #2623).
|
* Add variant selector for decorative angle brackets (U+276C...U+2771) (#2603, #2623).
|
||||||
|
* Optimize metrics for bowl of Cyrillic Lower Ef (`ф`) and Greek Small Letter Phi Symbol (`ϕ`).
|
||||||
|
|
|
@ -11,17 +11,16 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
glyph-block-import Mark-Adjustment : ExtendAboveBaseAnchors ExtendBelowBaseAnchors
|
glyph-block-import Mark-Adjustment : ExtendAboveBaseAnchors ExtendBelowBaseAnchors
|
||||||
glyph-block-import Letter-Shared-Shapes : FlatHookDepth DiagTail OBarLeft OBarRight
|
glyph-block-import Letter-Shared-Shapes : FlatHookDepth DiagTail OBarLeft OBarRight
|
||||||
|
|
||||||
define [VarPhiRing fFlatTB df y2 y3] : glyph-proc
|
define [VarPhiRing fFlatTB df y2 y3 ada adb] : glyph-proc
|
||||||
include : VBar.m df.middle y2 y3 df.mvs
|
include : VBar.m df.middle y2 y3 df.mvs
|
||||||
include : if fFlatTB
|
include : if fFlatTB
|
||||||
OShapeFlatTB y3 y2 df.leftSB df.rightSB df.mvs df.archDepthA df.archDepthB
|
OShapeFlatTB y3 y2 df.leftSB df.rightSB df.mvs ada adb
|
||||||
Math.max (0.25 * (df.rightSB - df.leftSB)) : HSwToV df.mvs
|
Math.max (0.25 * (df.rightSB - df.leftSB)) : HSwToV df.mvs
|
||||||
OShape y3 y2 df.leftSB df.rightSB df.mvs df.archDepthA df.archDepthB
|
OShape y3 y2 df.leftSB df.rightSB df.mvs ada adb
|
||||||
|
|
||||||
define [CyrlEfSplitRing fFlatTB df y2 y3] : glyph-proc
|
define [CyrlEfSplitRing fFlatTB df y2 y3 ada adb] : glyph-proc
|
||||||
local subDf : df.slice 3 2 OX
|
|
||||||
include : VBar.m df.middle y2 y3 df.mvs
|
include : VBar.m df.middle y2 y3 df.mvs
|
||||||
include : union
|
include : let [subDf : df.slice 3 2 OX] : union
|
||||||
OBarRight.shape
|
OBarRight.shape
|
||||||
top -- y3
|
top -- y3
|
||||||
bot -- y2
|
bot -- y2
|
||||||
|
@ -39,7 +38,7 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
ada -- subDf.smallArchDepthA
|
ada -- subDf.smallArchDepthA
|
||||||
adb -- subDf.smallArchDepthB
|
adb -- subDf.smallArchDepthB
|
||||||
|
|
||||||
define [GrekLowerPhiCursiveRing fFlatTB df y2 y3] : glyph-proc
|
define [GrekLowerPhiCursiveRing fFlatTB df y2 y3 ada adb] : glyph-proc
|
||||||
local l : df.leftSB + OX * 2
|
local l : df.leftSB + OX * 2
|
||||||
local r : df.width - l
|
local r : df.width - l
|
||||||
include : dispiro
|
include : dispiro
|
||||||
|
@ -104,7 +103,7 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
define [GrekCapitalPhiImpl fFlatTB df] : glyph-proc
|
define [GrekCapitalPhiImpl fFlatTB df] : glyph-proc
|
||||||
local y2 : mix [if SLAB Stroke 0] [if SLAB (CAP - Stroke) CAP] 0.125
|
local y2 : mix [if SLAB Stroke 0] [if SLAB (CAP - Stroke) CAP] 0.125
|
||||||
local y3 : mix [if SLAB Stroke 0] [if SLAB (CAP - Stroke) CAP] 0.875
|
local y3 : mix [if SLAB Stroke 0] [if SLAB (CAP - Stroke) CAP] 0.875
|
||||||
include : VarPhiRing fFlatTB df y2 y3
|
include : VarPhiRing fFlatTB df y2 y3 df.archDepthA df.archDepthB
|
||||||
include : StraightBar df 0 y2 y3 CAP
|
include : StraightBar df 0 y2 y3 CAP
|
||||||
|
|
||||||
if SLAB : begin
|
if SLAB : begin
|
||||||
|
@ -133,7 +132,7 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
include : ExtendAboveBaseAnchors top
|
include : ExtendAboveBaseAnchors top
|
||||||
include : ExtendBelowBaseAnchors bot
|
include : ExtendBelowBaseAnchors bot
|
||||||
|
|
||||||
include : VarPhiRing true df 0 CAP
|
include : VarPhiRing true df 0 CAP df.archDepthA df.archDepthB
|
||||||
include : StraightBar df bot 0 CAP top
|
include : StraightBar df bot 0 CAP top
|
||||||
|
|
||||||
if SLAB : begin
|
if SLAB : begin
|
||||||
|
@ -143,24 +142,24 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
create-glyph 'taillessphi' 0x2C77 : glyph-proc
|
create-glyph 'taillessphi' 0x2C77 : glyph-proc
|
||||||
local df : include : DivFrame para.diversityM 3
|
local df : include : DivFrame para.diversityM 3
|
||||||
include : df.markSet.e
|
include : df.markSet.e
|
||||||
include : GrekLowerPhiCursiveRing false df 0 XH
|
include : GrekLowerPhiCursiveRing false df 0 XH df.smallArchDepthA df.smallArchDepthB
|
||||||
|
|
||||||
create-glyph 'grek/phi.cursive' : glyph-proc
|
create-glyph 'grek/phi.cursive' : glyph-proc
|
||||||
local df : include : DivFrame para.diversityM 3
|
local df : include : DivFrame para.diversityM 3
|
||||||
include : df.markSet.p
|
include : df.markSet.p
|
||||||
include : GrekLowerPhiCursiveRing false df 0 XH
|
include : GrekLowerPhiCursiveRing false df 0 XH df.smallArchDepthA df.smallArchDepthB
|
||||||
include : VBar.m df.middle Descender (0.2 * df.mvs)
|
include : VBar.m df.middle Descender (0.2 * df.mvs)
|
||||||
|
|
||||||
create-glyph 'grek/phi.straight' : glyph-proc
|
create-glyph 'grek/phi.straight' : glyph-proc
|
||||||
local df : include : DivFrame para.diversityM 3
|
local df : include : DivFrame para.diversityM 3
|
||||||
include : df.markSet.bp
|
include : df.markSet.bp
|
||||||
include : VarPhiRing false df 0 XH
|
include : VarPhiRing false df 0 XH df.smallArchDepthA df.smallArchDepthB
|
||||||
include : StraightBar df Descender 0 XH Ascender
|
include : StraightBar df Descender 0 XH Ascender
|
||||||
|
|
||||||
create-glyph 'grek/phi.neohellenic' : glyph-proc
|
create-glyph 'grek/phi.neohellenic' : glyph-proc
|
||||||
local df : include : DivFrame para.diversityM 3
|
local df : include : DivFrame para.diversityM 3
|
||||||
include : df.markSet.p
|
include : df.markSet.p
|
||||||
include : VarPhiRing false df 0 XH
|
include : VarPhiRing false df 0 XH df.smallArchDepthA df.smallArchDepthB
|
||||||
include : VBar.m df.middle Descender (0.2 * df.mvs)
|
include : VBar.m df.middle Descender (0.2 * df.mvs)
|
||||||
|
|
||||||
select-variant 'grek/phi' 0x3C6
|
select-variant 'grek/phi' 0x3C6
|
||||||
|
@ -189,7 +188,7 @@ glyph-block Letter-Greek-Phi : begin
|
||||||
create-glyph "cyrl/ef.\(suffix)" : glyph-proc
|
create-glyph "cyrl/ef.\(suffix)" : glyph-proc
|
||||||
local df : include : DivFrame div 3
|
local df : include : DivFrame div 3
|
||||||
include : df.markSet.bp
|
include : df.markSet.bp
|
||||||
include : Bowl true df 0 XH
|
include : Bowl true df 0 XH df.smallArchDepthA df.smallArchDepthB
|
||||||
local vs : fallback barSw df.mvs
|
local vs : fallback barSw df.mvs
|
||||||
include : Bar df Descender 0 XH Ascender vs
|
include : Bar df Descender 0 XH Ascender vs
|
||||||
if sMT : include : sMT df Ascender vs
|
if sMT : include : sMT df Ascender vs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue