umanwizard / libeot

Library for parsing Embedded OpenType files (Microsoft embedded font "standard"), and converting them to other formats
Other
14 stars 6 forks source link

Skip hdmx vdmx table #10

Closed anhngduc closed 1 month ago

anhngduc commented 1 month ago

Tested with ots-sanrinizer https://github.com/khaledhosny/ots

umanwizard commented 1 month ago

Why is this necessary? We are already refusing to load hdmx/vdmx tables in the loop below.

anhngduc commented 1 month ago

When I try use the current converted font, because the hdmx table with null buffer will not pass the ots. This make the converted font can not load in browser.