There are three types of fonts, True Type is an outline font standard developed by Apple Computer in the late 1980s as a competitor to Adobe’s Type 1 fonts used in PostScript. It has become the most common format for fonts on both the Mac OS and Microsoft Windows operating systems.
OpenType fonts are related to TrueType fonts, but have a greater basic character set, including small capitalization, an old-style numerals system, and more capable of detailing shapes, such as glyphs and ligatures. OpenType fonts easier to read and readable in all sizes and can be sent to any printer or other output device that is supported by Windows.
PostScript fonts (like Adobe type 1 & type 2 fonts are smooth, detailed, and of high quality and are good for printing, especially professional printing, for example books or magazines.

Fonts

PDF.js Alternative for PDF Documents

  Display Documents on Web Apps PDF.js is maintained by Mozilla for Firefox, but it works reasonably well with other browsers. It allows you...
Leon Atherton
1 min read

PDFBox alternative

Working with PDF documents in Java, developers often encounter the choice between open-source libraries like Apache PDFBox and commercial solutions like JPedal. While PDFBox...
Jacob Collins
1 min read

Understanding the PDF File Format

We have been working with PDF files since 1999 and developed complex software to display PDF files. We have learnt a lot about the...
Leon Atherton
3 min read

WOFF 2.0: What is it, why is it coming,…

WOFF 2.0 is working its way towards being a standard recommended by the W3C, so it seems like a good time to look at...
Sam Howard
2 min read

Web fonts: A quick introduction to Wrapper and Glyph…

I was planning to write about WOFF 2.0 this week, and wanted to link to a previous article I’d written which explains the structure...
Sam Howard
1 min read

Font Scaling looks wrong on Android? This might be…

I spend a lot of time working with fonts in our PDF to HTML5 Converter and have found that the setup for rendering fonts...
Sam Howard
1 min read