From 6c83c9c6ca99f94af8a2d60345704462a47cf0b6 Mon Sep 17 00:00:00 2001 From: Belleve Invis Date: Tue, 28 Jul 2015 07:31:27 +0800 Subject: [PATCH] final touch about 0.0.5 --- buildglyphs-intro.patel | 12 ++++++------ glyphs/symbol-ascii.patel | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildglyphs-intro.patel b/buildglyphs-intro.patel index d8902148e..a8577180e 100644 --- a/buildglyphs-intro.patel +++ b/buildglyphs-intro.patel @@ -159,12 +159,12 @@ set font.head.macStyle : [if para.isBold 1 0] + [if para.isItalic 2 0 define upmscale : fallback para.upmscale 1 set font.head.unitsPerEm : upmscale * 1000 -set font.hhea.ascent : upmscale * CAP -set font.'OS/2'.usWinAscent : upmscale * [CAP + CAP * 0.1] -set font.'OS/2'.sTypoAscender : upmscale * CAP -set font.hhea.descent : upmscale * DESCENDER -set font.'OS/2'.usWinDescent : upmscale * [[Math.abs DESCENDER] + CAP * 0.1] -set font.'OS/2'.sTypoDescender : upmscale * DESCENDER +set font.hhea.ascent : upmscale * [CAP + ACCENT * 1.5] +set font.'OS/2'.usWinAscent : upmscale * [CAP + ACCENT * 1.5] +set font.'OS/2'.sTypoAscender : upmscale * [CAP + ACCENT * 1.5] +set font.hhea.descent : upmscale * [DESCENDER - ACCENT * 0.5] +set font.'OS/2'.usWinDescent : upmscale * [Math.abs [DESCENDER - ACCENT * 0.5]] +set font.'OS/2'.sTypoDescender : upmscale * [DESCENDER - ACCENT * 0.5] set font.hhea.lineGap : upmscale * CAP * 0.2 set font.'OS/2'.sTypoLineGap : upmscale * CAP * 0.2 set font.'OS/2'.sxHeight : upmscale * XH diff --git a/glyphs/symbol-ascii.patel b/glyphs/symbol-ascii.patel index e1ffd96bc..0b11948b2 100644 --- a/glyphs/symbol-ascii.patel +++ b/glyphs/symbol-ascii.patel @@ -397,7 +397,7 @@ create-glyph 'quotedouble' : glyph-construction { :.heads-to DOWNWARD :.set-width [HALFSTROKE * 1.2] [HALFSTROKE * 1.2] :.line-to [mix SB RIGHTSB 0.75] [XH * 0.85] - :.set-width [STROKE * 0.4] [STROKE * 0.4] + :.set-width HALFSTROKE HALFSTROKE :.heads-to DOWNWARD }