Cosimo Lupo 795bccd966 TTFont: load all on open w/ lazy=False; add ensureDecompiled
Make lazy=False actually do what it says, 'load everything eagerly'. It feels weird that one has to, not only say, open with lazy=False, but also have to load each tables individually... Didn't I say don't be lazy?!

Also it can be useful to get to a eager, non-lazy font whether or not it was originally loaded lazily, so I added an ensureDecompiled method that decompiles all the tables and calls ensureDecompiled for those (e.g. cmap, glyf and otData-driven tables like GSUB, GPOS, etc.) that respect the lazy attribute.
2022-03-17 13:01:22 +00:00
..
2021-03-29 11:45:58 +02:00
2022-01-04 11:44:04 +01:00
2022-01-08 23:34:22 +09:00
2021-03-29 11:45:58 +02:00
2022-01-31 20:56:03 +09:00
2021-03-29 11:45:58 +02:00
2022-01-19 16:40:03 +00:00
2021-03-29 11:45:58 +02:00