Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostScript name on Mac and Windows should be "3270-Regular" #60

Open
rbanffy opened this issue Oct 27, 2019 · 1 comment
Open

PostScript name on Mac and Windows should be "3270-Regular" #60

rbanffy opened this issue Oct 27, 2019 · 1 comment

Comments

@rbanffy
Copy link
Owner

rbanffy commented Oct 27, 2019

  • FAIL: Entry [POSTSCRIPT_NAME(6):MACINTOSH(1)] on the "name" table: Expected "3270-Regular" but got "3270". [code: bad-entry]
  • FAIL: Entry [POSTSCRIPT_NAME(6):WINDOWS(3)] on the "name" table: Expected "3270-Regular" but got "3270". [code: bad-entry]
@rbanffy
Copy link
Owner Author

rbanffy commented Mar 13, 2020

com.google.fonts/check/name/familyname
Check name table: FONT_FAMILY_NAME entries.
with gfonts_files/3270/3270-Regular.ttf

  Rationale:                                                                
  Checks that the family name infered from the font filename matches the    
  string at nameID 1 (NAMEID_FONT_FAMILY_NAME) if it conforms to RIBBI and  
  otherwise checks that nameID 1 is the family name + the style name.       

* FAIL: Entry [FONT_FAMILY_NAME(1):MACINTOSH(1)] on the "name" table: Expected "3270" but got "IBM 3270". [code: mismatch]
* FAIL: Entry [FONT_FAMILY_NAME(1):WINDOWS(3)] on the "name" table: Expected "3270" but got "IBM 3270". [code: mismatch]

Result: FAIL

com.google.fonts/check/name/fullfontname
Check name table: FULL_FONT_NAME entries.
with gfonts_files/3270/3270-Regular.ttf

* FAIL: Entry [FULL_FONT_NAME(4):MACINTOSH(1)] on the "name" table: Expected "3270 Regular"  but got "IBM 3270 Regular". [code: bad-entry]
* FAIL: Entry [FULL_FONT_NAME(4):WINDOWS(3)] on the "name" table: Expected "3270 Regular"  but got "IBM 3270 Regular". [code: bad-entry]

Result: FAIL

Finii added a commit to ryanoasis/nerd-fonts that referenced this issue Jan 17, 2023
[why]
The font was always called 3270.
Having a big company's name in the fontname is scary 😬

See
rbanffy/3270font#60

[how]
Add renaming rule.

Fixes: #1012

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
LNKLEO pushed a commit to LNKLEO/Nerd that referenced this issue Nov 24, 2023
[why]
The font was always called 3270.
Having a big company's name in the fontname is scary 😬

See
rbanffy/3270font#60

[how]
Add renaming rule.

Fixes: ryanoasis#1012

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant