Skip to content

[woff] Don't allocate table entries until needed

Ben Wagner requested to merge bungeman/freetype:woff_delay_allocation into master
  • src/sfnt/sfwoff.c (woff_open_font): delay allocating space for the table entries until they are actually written out with the data.

Merge request reports