Refactor name table FEA

This commit is contained in:
Miguel Sousa 2017-07-25 08:56:00 -07:00
parent 3448a783e6
commit bb812cb63a
3 changed files with 17 additions and 17 deletions

View File

@ -3,17 +3,6 @@ table head {
} head;
table name {
nameid 0 "Copyright 2010 - 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name \2018Source\2019.";
nameid 7 "Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.";
nameid 8 "Adobe Systems Incorporated";
nameid 9 "Paul D. Hunt, Teo Tuominen";
nameid 11 "http://www.adobe.com/type";
nameid 13 "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL. This Font Software is distributed on an \2018AS IS\2019 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.";
nameid 14 "http://scripts.sil.org/OFL";
} name;
table hhea {
# NOTE: The OS/2.winAscent and OS/2.winDescent values are set by MakeOTF and vary depending on the font's bounding box
Ascender 984; # Must match OS/2.winAscent for cross-platform consistency

7
familynameIDs.fea Normal file
View File

@ -0,0 +1,7 @@
nameid 0 "\00a9 2010 - 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name \2018Source\2019.";
nameid 7 "Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.";
nameid 8 "Adobe Systems Incorporated";
nameid 9 "Paul D. Hunt, Teo Tuominen";
nameid 11 "http://www.adobe.com/type";
nameid 13 "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL. This Font Software is distributed on an \2018AS IS\2019 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the SIL Open Font License for the specific language, permissions and limitations governing your use of this Font Software.";
nameid 14 "http://scripts.sil.org/OFL";

View File

@ -1,10 +1,14 @@
include (../../familyTables.fea);
include (../../../../familyTables.fea);
table OS/2 {
include (os2.fea);
include (../familyUnicodeRange.fea);
include (../../familyOS2.fea);
include (../os2.fea);
include (../../../familyUnicodeRange.fea);
include (../../../../familyOS2.fea);
} OS/2;
include (../familyGSUB.fea);
include (../../familyGPOS.fea);
table name {
include (../../../../familynameIDs.fea);
} name;
include (../../../familyGSUB.fea);
include (../../../../familyGPOS.fea);