From c51c0f1923df53263e3ce205e4a8fc74ca7e9aaa Mon Sep 17 00:00:00 2001 From: be5invis Date: Fri, 10 Jun 2016 14:01:00 +0800 Subject: [PATCH] add nameid 8 and 9 --- buildglyphs.ptl | 2 ++ parameters.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/buildglyphs.ptl b/buildglyphs.ptl index dd5f085..37b9a41 100644 --- a/buildglyphs.ptl +++ b/buildglyphs.ptl @@ -486,6 +486,8 @@ export as build : define [buildFont para recursive recursiveCodes] : begin local fontfullName : if (para.style != 'Regular') (para.family + ' ' + para.style) para.family nameFont 4 fontfullName # Full Name nameFont 6 : fontfullName.replace [regex ' ' 'g'] '-' # Postscript + nameFont 8 para.manufacturer # Manufacturer + nameFont 9 para.designer # Designer nameFont 0 para.copyright # Copyright nameFont 13 para.licence # License diff --git a/parameters.toml b/parameters.toml index c3068a6..61876de 100644 --- a/parameters.toml +++ b/parameters.toml @@ -4,6 +4,8 @@ version = '1.8.6' codename = 'Hermandine' copyright = 'Copyright (c) 2015-2016 Belleve Invis.' licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This is licence is avaliable with a FAQ at: http://scripts.sil.org/OFL. This font software is distributes on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence fot the specific language, premissions and limitations governing your use of this font software.''' +manufacturer = 'Belleve Invis' +designer = 'Belleve Invis' leading = 1250 # Default line height times 1000. descenderPad = 0 # Additional line height, added to descender.