add nameid 8 and 9
This commit is contained in:
parent
b136664503
commit
c51c0f1923
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user