MichalSahar/Miriam-Libre

Numeral Styles

Opened this issue · 10 comments

There are regular numerals are lining style and proportionally spaced.

In the future it would be great to have all 4 styles:

  • lining proportional
  • lining tabular
  • old style proportional
  • old style tabular

Also the font today has nice latin numerals made for the Hebrew height. These are in the small caps opentype code (with the .sc in the glyph names). It would be great to add all 4 numeral styles for these as well...

  • lining proportional
  • lining tabular
  • old style proportional
  • old style tabular

But some care needs to be taken with the opentype code.

  • Also, add opentype locl code so these are used when the language selection is used (which doesn't work in all common software yet)

There is a glyphs tutorial on this at https://glyphsapp.com/tutorials/figure-sets

To add tabular numberals I do the following

In each master,

  • copied the numerals
  • selected them and use find and replace to replace .001 with .tf
  • look for the widest number in the family's width, the zero in the bold is 625
  • enter each .tf glyph and clear its contents, and add a component
  • right click the component and Disable Automatic Alignment

screen shot 2016-03-16 at 12 00 25

- set the width to 625, and then move the component to be centered - right click the glyph and run `Autohint`

Then go to Font Info, Features, and click the 'Update' button at the bottom of the window, to add the new features

I'll make a pull request shortly

Hey @davelab6 I actually need this for a site I'm working on which is heavy on budgetary data (obudget.org). I encourage you to issue that pull request and would you please expedite the inclusion of the updated version into fonts.Google.com?

I did #3

The rest had to be done by Michal or someone else. Can obudget.org fund this work? It's not much

oBudget.org is a volunteer led project with a very limited budget. We're not really in a position to give corporate sponsorship to open source projects, as we're an open source project ourselves. @davelab6 can you specify exactly what's required at this point in order for us (and maybe others) to be able to use the Tabular Figures?

What do you mean by "the full set of numbers"? Are the Tabular Lining numbers currently available, or do they require more work? When you say "full set" do you mean other than just 0-9 tabular lining?

@MichalSahar could you also merge my pr before you do this?

#4