Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Best choice between OpenType - PS and OpenType - TT?

New Here ,
Mar 03, 2024 Mar 03, 2024

I have learned in this community, that OpenType PS, is NOT actually the old postscript file. However, I have fonts that include both OpenType - PS and OpenType - TT. Which is the best format to use, and why do some fonts include both? I prefer to delete the ones I don't use so there is no confusion later on. Thanks.

2.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 04, 2024 Mar 04, 2024

TrueType Fonts have curves built using quadratic splines. Postscript fonts can use cubic splines, which allows fewer anchor points on the letter paths. It's sort of a Coke vs Pepsi thing really. Postscript-based outlines can be more efficient in terms of a file size footprint since the glyphs have fewer anchor points. But quadratic curves are easier/faster for a computer to render on screen since the computational math involved is far less complex.

 

Font files don't take up much disc space. If a type family comes in multiple formats I'll just keep the different format font files in separate folders.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 05, 2024 Mar 05, 2024
LATEST

Thanks for the explanation. 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines