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.