opentype.js icon indicating copy to clipboard operation
opentype.js copied to clipboard

Add support for writing values into tables.

Open fdb opened this issue 10 years ago • 6 comments
trafficstars

Just like you can access the font values using font.tables.name, we should also have support for writing directly into tables.

Add support for:

  • [ ] head
  • [ ] hhea
  • [ ] name
  • [ ] OS/2
  • [ ] post

fdb avatar May 12 '15 18:05 fdb

I propose porting the ttx api

davelab6 avatar May 13 '15 03:05 davelab6

I second that proposal.

Pomax avatar May 13 '15 15:05 Pomax

Sounds like a good idea to me!

fdb avatar May 14 '15 09:05 fdb

Is this issue still relevant? You can already change the values of those tables. Or is this more about helper functions that facilitate changing the values correctly according to the spec?

Connum avatar Nov 25 '23 13:11 Connum