commit | 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 21 16:01:52 2012 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 21 16:01:52 2012 -0500 |
tree | ba70274a882e92781edb6bdf00009b0329942fc9 | |
parent | 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2 [diff] |
[util] Default to "text" output format in hb-shape If you say: hb-shape font.ttf text --output-file out.txt This was previously failing: Unknown output format `txt'; supported formats are: TEXT / JSON Now we simply fallback to TEXT if no explicit format was requested.