diff --git a/buildglyphs.ptl b/buildglyphs.ptl index 90852c5..660478f 100644 --- a/buildglyphs.ptl +++ b/buildglyphs.ptl @@ -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 diff --git a/parameters.toml b/parameters.toml index a56f3b4..77fc811 100644 --- a/parameters.toml +++ b/parameters.toml @@ -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.