1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-30 14:26:16 +01:00

Implement nameID 25

This commit is contained in:
Miguel Sousa 2017-07-12 13:15:15 -07:00
parent 612c2aa5fb
commit 0355834146
9 changed files with 33 additions and 11 deletions

View file

@ -5,6 +5,11 @@ table OS/2 {
include (../../../../familyOS2.fea);
} OS/2;
table name {
include (../../nameIDs.fea);
include (../../../../familynameIDs.fea);
} name;
include (../../../Instances/familyGSUB.fea);
# GPOS -----------------------------------

View file

@ -5,6 +5,11 @@ table OS/2 {
include (../../../../familyOS2.fea);
} OS/2;
table name {
include (../../nameIDs.fea);
include (../../../../familynameIDs.fea);
} name;
include (../../../Instances/familyGSUB.fea);
# GPOS -----------------------------------

View file

@ -0,0 +1 @@
nameid 25 "SourceSansVI";

View file

@ -5,6 +5,11 @@ table OS/2 {
include (../../../../familyOS2.fea);
} OS/2;
table name {
include (../../nameIDs.fea);
include (../../../../familynameIDs.fea);
} name;
include (../../../Instances/familyGSUB.fea);
# GPOS -----------------------------------

View file

@ -5,6 +5,11 @@ table OS/2 {
include (../../../../familyOS2.fea);
} OS/2;
table name {
include (../../nameIDs.fea);
include (../../../../familynameIDs.fea);
} name;
include (../../../Instances/familyGSUB.fea);
# GPOS -----------------------------------

View file

@ -0,0 +1 @@
nameid 25 "SourceSansVR";

View file

@ -3,17 +3,6 @@ table head {
} head;
table name {
nameid 0 "Copyright 2010, 2012, 2014 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";
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 "Copyright 2010, 2012, 2014 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";
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

@ -5,5 +5,9 @@ table OS/2 {
include (../../../../familyOS2.fea);
} OS/2;
table name {
include (../../../../familynameIDs.fea);
} name;
include (../../familyGSUB.fea);
include (../../../../familyGPOS.fea);