enthought / enable

Enable: low-level drawing and interaction
Other
93 stars 44 forks source link

Support WOFF and WOFF2 font files #984

Open corranwebster opened 2 years ago

corranwebster commented 2 years ago

WOFF and WOFF2 are compressed TrueType formats, and are able to be read by fontTools. Since they are widely available, they may be useful for applications who want to ship fonts as part of the installation.

They may need to be uncompressed to ttf be used by some backends.