add more name fields

This commit is contained in:
be5invis 2016-06-11 14:16:01 +08:00
parent 44c9e16ac2
commit 3de8056f95
2 changed files with 5 additions and 1 deletions

View File

@ -486,9 +486,12 @@ 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 0 para.copyright # Copyright
# nameFont 7 para.trademark # Trademark
nameFont 8 para.manufacturer # Manufacturer
nameFont 9 para.designer # Designer
nameFont 0 para.copyright # Copyright
nameFont 10 para.description # Description
nameFont 13 para.licence # License
set font.name : font.name.sort : lambda [a b] : begin

View File

@ -6,6 +6,7 @@ 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'
description = 'Spatial efficient monospace font family for programming. Built from code. http://be5invis.github.io/Iosevka'
leading = 1250 # Default line height times 1000.
descenderPad = 0 # Additional line height, added to descender.