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 : Italify
|
||||
refair this
|
||||
|
||||
include : OShape
|
||||
* (CAP * dscale + [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]
|
||||
scale -- 0.65
|
||||
sbscale -- 1
|
||||
uncair -- true
|
||||
unfair -- true
|
||||
|
||||
foreach {unicode glyphid w} [items-of records] : sketch
|
||||
local width : fallback w WIDTH
|
||||
|
|
Loading…
Reference in New Issue
Block a user