Sam Howard Sam is a developer at IDRsolutions who specialises in font rendering and conversion. He's also enjoyed working with SVG, Java 3D, Java FX and Swing.

Three Font terminology complications explained

1 min read

Everyone knows a bit about fonts, but understanding them in more detail is a bit of a niche subject. Niche subjects tend to come with their own language, and fonts are no exception – here’s a few common confusions about font terminology.

Font vs. Typeface

Simply put, ‘Times New Roman’ is a typeface, and ‘TimesNewRoman.otf’ is a font. A typeface is the visual appearance of the letters, and a font is an implementation which creates them.

You might also come across the term ‘font-face’, which is the CSS feature for including non-standard fonts in web pages.

Glyph vs. Character

The difference between a glyph and a character is similar to the difference between a typeface and a font. A character is what can be held in a ‘char’ in programming languages – not a specific visual instance of a letter, but the letter itself. A glyph is a specific visual form of a character.

You might also see the word ‘glyf’ floating around the font world – this is the name for the part of a TrueType (or TrueType based OpenType) font file which contains the glyph descriptions.

Font File vs. Font Program

Confusingly, you can more or less use Font File and Font Program interchangeably – both refer to the files on disk which are, as previously discussed, actually programs.

To add to the confusion, TrueType (or TrueType based OpenType) font files also have a table called the Font Program, which holds part of the data required for hinting.

 

Did you have problems with any of these? Are there any other bits of font terminology giving you trouble? Feel free to ask any questions below in the comments.

This post is part of our “Fonts Articles Index” in these articles we explore Fonts.



Are you a Developer working with PDF files?

Our developers guide contains a large number of technical posts to help you understand the PDF file Format.

Do you need to solve any of these problems?

Display PDF documents in a Web app
Use PDF Forms in a web browser
Convert PDF Documents to an image
Work with PDF Documents in Java
Sam Howard Sam is a developer at IDRsolutions who specialises in font rendering and conversion. He's also enjoyed working with SVG, Java 3D, Java FX and Swing.

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

One Reply to “Three Font terminology complications explained”

  1. Great article. That cleared a couple things up.

    Here’s an idea for another article regarding a topic that seems to confuse a whole lot of people: DPI vs PPI. A whole lot of people use DPI when they really mean PPI, including some big companies that should know better.

Leave a Reply

Your email address will not be published. Required fields are marked *

IDRsolutions Ltd 2022. All rights reserved.