You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will compile two utilities sfnt2woff-zopfli to convert OpenType files to WOFF and woff2sfnt-zopfli to convert WOFF files back to OpenType files.
But running woff2sfnt-zopfli.exe, it seems to be only possible to decode to STDOUT:
woff2sfnt-zopfli [-v | -m | -p] <woff>
decode WOFF file <woff>, writing OpenType data to stdout
Options (instead of decoding to OpenType format)
-v write font version to stdout
-m write WOFF metadata block to stdout
-p write private data block to stdout
Note: only one of -v, -m, -p may be used at a time.
Was this feature removed at some point?
The text was updated successfully, but these errors were encountered:
The documentation says:
But running
woff2sfnt-zopfli.exe
, it seems to be only possible to decode to STDOUT:Was this feature removed at some point?
The text was updated successfully, but these errors were encountered: