[10 new] Add old-style/lining/text figure numerals (alternate glyphs)
Bug #608543 reported by
octoploid
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Font Family |
Triaged
|
Low
|
Unassigned |
Bug Description
The font currently lacks old-style/text figure numerals. These are Latin numeral digits (0123456789) with ascenders and descenders that are often used in running text:
http://
This font needs text figures to be useful professionally. Please add them.
summary: |
- No old-style numerals + More: Add old-style numerals/text figures |
Changed in ubuntufontbetatesting: | |
status: | New → Confirmed |
importance: | Undecided → Low |
visibility: | private → public |
summary: |
- More: Add old-style numerals/text figures + More: Add old-style numerals/text figures (alternate glyphs) |
description: | updated |
tags: | added: uff-numerals |
summary: |
- More: Add old-style numerals/text figures (alternate glyphs) + More: Add old-style/lining/text figure numerals (alternate glyphs) |
summary: |
- [10 mod] Add old-style/lining/text figure numerals (alternate glyphs) + [10 new] Add old-style/lining/text figure numerals (alternate glyphs) |
Changed in ubuntu-font-family: | |
importance: | Wishlist → Low |
tags: | added: uff-dm-new |
To post a comment you must log in.
There is not a separate codepoint in the Unicode specification for oldstyle numerals, so these would need to be added by the Opentype Alternate Glyph methods. In the following video, Bruno Maag talks about the addition of numeric digit alternatives:
http:// ubuntudeveloper s.blip. tv/file/ 3618693/ (offset ~40:40)
Using the 'ttx' TTF to XML debugging tool, I discovered that there are already various '{one,two, three,. ..}.alt' glyphs provided and these are additionally mapped into the private-use area:
0x0030–0x0039 fixed width digits
0xf800–0xf809 variable width digits
0xf80a–0xf813 superscript digits
0xf814–0xf81d subscript digits
After a couple of hours of messing about, I still haven't managed to get these to rendering using the proper alternate methods—not all applications support the Opentype extension tables, but in theory XeTeX does. I haven't got the alternate mechanism working; but see the attached '.tex' and '.pdf' for the currently found alternate digit glyphs: