Why does OSX's system font menu sizes skip from 14 to 18?

Solution 1:

It dates back to dot matrix printers, believe it or not. Today, fonts are defined by vector shapes and the device rendering them fills them in with as many pixels as it can manage. But in the old days, there were no vectors, just patterns of dots. The font-maker had to draw the dots for each size individually.

The Macintosh team came up with a clever way of rendering the typeface in different resolutions for screen and for dot matrix printer -- the printer could handle 144 dots per inch, so the team made the screen render at 72 dots per inch... and whenever your document had text at 9 points on the screen, the printer would use the 18 point definition, 10 point would use 20 point and so on.

But because each definition had to be created separately and stored separately on the limited-space disks of the day (this was before hard disks -- everything had to run from floppies!), only key size/pairs were chosen. For text fonts, you usually had 9, 10, and 12 (and therefore 18, 20, and 24) and for title or display fonts, you usually had 14 and 18 (plus 28 and 36 for the printer to use). Exceptionally, you could have pairs like 24/48 and 36/72.

Thus the typical font menu in a Macintosh application starts with 9 and goes to 14, omitting 11 and 13, then tends to jump to doubles of earlier sizes.

Solution 2:

You should be able to add in additional font sizes with these steps (For Mountain Lion):

  1. Open an app, such as TextEdit, and choose Font from one of the menus. In TextEdit, choose Format > Font > Show Fonts.
  2. Open the Action pop-up menu (looks like a gear) in the lower-left corner of the Font panel and choose Edit Sizes.
  3. To add a new size to the font size list, type the size in the New Size field and click Add (+).
  4. To change the minimum and maximum values on the font size slider, type new values in the Max. and Min. fields.
  5. To remove a size from the font size list, select it and click Delete (–).
  6. Click Done.

*If you want to see what a font looks like as you adjust settings, open the Action pop-up menu (looks like a gear) in the lower-left corner of the Font panel and choose Show Preview.

Source

http://support.apple.com/kb/PH10877