Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woff2sfnt-zopfli doesn't convert WOFF to OTF/TTF #9

Open
hashimaziz1 opened this issue Sep 17, 2019 · 1 comment
Open

woff2sfnt-zopfli doesn't convert WOFF to OTF/TTF #9

hashimaziz1 opened this issue Sep 17, 2019 · 1 comment

Comments

@hashimaziz1
Copy link

The documentation says:

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?

@bramstein
Copy link
Owner

Decoding to STDOUT has always been the only option. What are your requirements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants