What is the difference between OTF and TTF fonts?

159 views

What is the difference between OTF and TTF fonts?

In: 6

3 Answers

Anonymous 0 Comments

OpenType allows multiple related faces in a single file (for example, multiple weights, italic, small caps, etc.). TrueType has one face per file.

OpenType supports a compact format for describing glyphs that makes the font definition smaller that TrueType.

OpenType also allows alternate forms for individual glyphs and ligatures (where letter combinations form an alternative presentation). TrueType has a much simpler way to support ligatures and no real support for alternate glyphs.

You are viewing 1 out of 3 answers, click here to view all answers.