From 65a7e98c76d5365861532bff71d4254cf08c8d7b Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 30 Aug 2017 19:35:06 -0700 Subject: Fixes broken italic (oblique) styles. The issue was that component decomposition did not happen in the correct order for some glyphs --- src/fontbuild.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fontbuild.cfg') diff --git a/src/fontbuild.cfg b/src/fontbuild.cfg index 43f2769b1..f27bb7193 100644 --- a/src/fontbuild.cfg +++ b/src/fontbuild.cfg @@ -8,6 +8,7 @@ copyrightholdername: The Interface project authors builddir: build/tmp license: OFL 1.1 (SIL Open Font License, Version 1.1) licenseURL: http://scripts.sil.org/OFL +italicAngle: -9.4 [res] @@ -62,7 +63,8 @@ lessitalic: dagger daggerdbl plusminus dollar florin quotesingle quotedbl tilde acute grave dieresis macron breve bar sum integral product s e c o v x V X W copyright registered ogonek two six nine seven three five uni0431 -noitalic: .notdef uni02E9_uni02E7_uni02E6 uni02E5_uni02E7_uni02E8 uni02E5_uni02E7_uni02E9 +noitalic: .notdef uniFFFD + uni02E9_uni02E7_uni02E6 uni02E5_uni02E7_uni02E8 uni02E5_uni02E7_uni02E9 uni02E9_uni02E5_uni02E5 uni02E5_uni02E7_uni02E6 uni02E5_uni02E7_uni02E7 uni02E5_uni02E7_uni02E5 uni02E5_uni02E9_uni02E8 uni02E9_uni02E7_uni02E5 uni02E6_uni02E9_uni02E7 uni02E6_uni02E9_uni02E6 uni02E6_uni02E9_uni02E5 -- cgit v1.2.3