View Single Post
Old 02-02-2010, 07:25 AM   #4
WillAdams
Wizard
WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.
 
WillAdams's Avatar
 
Posts: 1,258
Karma: 3439432
Join Date: Feb 2008
Device: Amazon Kindle Paperwhite (300ppi), Samsung Galaxy Book 12
Perhaps they mean old style figures?

OpenType fonts have the option of having several varieties of numerals, which are usually:

- tabular lining (numbers which all set to the same width so they line up in tables and reach to cap height and set on the baseline)
- proportional lining (widths vary, reach to cap height and set on the baseline)
- tabular oldstyle (numbers which all set to the same width so they line up in tables and have ascenders and descenders w/ a main height around that of the x-height of the type)
- proportional oldstyle (widths vary and have ascenders and descenders w/ a main height around that of the x-height of the type)

Apparently epub doesn't make accessing opentype features easy, so one would have to use glyph id #s or some such if that's even possible, which will be ugly in the code and may interfere w/ copy-paste.

I just made a quick test in Adobe InDesign, but even though the font was embedded, old style figures weren't used. (124KB file to display 0123456789) --- so I guess this would be another win for .pdf

William
WillAdams is offline   Reply With Quote