Fixed typo in autobuilds.ptl; It will create correct fairization for braced glyphs.
This commit is contained in:
parent
c2cfbb4061
commit
725a69eaa8
|
@ -266,6 +266,7 @@ define [createCircledGlyphs records] : if [not recursive] : begin
|
||||||
apply-transform : Translate (width / 2) (CAP / 2 * dscale)
|
apply-transform : Translate (width / 2) (CAP / 2 * dscale)
|
||||||
apply-transform : Italify
|
apply-transform : Italify
|
||||||
refair this
|
refair this
|
||||||
|
|
||||||
include : OShape
|
include : OShape
|
||||||
* (CAP * dscale + [Math.max (CAP * 0.175) (sw * 3)])
|
* (CAP * dscale + [Math.max (CAP * 0.175) (sw * 3)])
|
||||||
* (-[Math.max (CAP * 0.175) (sw * 3)])
|
* (-[Math.max (CAP * 0.175) (sw * 3)])
|
||||||
|
@ -287,7 +288,7 @@ define [createBracedGlyphs records] : if [not recursive] : begin
|
||||||
crowd -- [fallback para.smallCrowd 3.75]
|
crowd -- [fallback para.smallCrowd 3.75]
|
||||||
scale -- 0.65
|
scale -- 0.65
|
||||||
sbscale -- 1
|
sbscale -- 1
|
||||||
uncair -- true
|
unfair -- true
|
||||||
|
|
||||||
foreach {unicode glyphid w} [items-of records] : sketch
|
foreach {unicode glyphid w} [items-of records] : sketch
|
||||||
local width : fallback w WIDTH
|
local width : fallback w WIDTH
|
||||||
|
|
Loading…
Reference in New Issue
Block a user