Index: test/README |
diff --git a/test/README b/test/README |
old mode 100644 |
new mode 100755 |
index c31f7ced8b165c6260966d7c776e81370d1523cf..f634e069592de9239bd84ed04c06c3926be1ad5d |
--- a/test/README |
+++ b/test/README |
@@ -1,8 +1,8 @@ |
------------------------------------------------------------------------------ |
-ot-sanitise - TTF/OTF font transcoder |
+ot-sanitise - TTF/OTF font validator/transcoder |
Description: |
- ot-sanitise is a program which validates and transcodes a truetype or |
+ ot-sanitise is a program which validates and/or transcodes a truetype or |
opentype font file using the OTS library: |
transcoded_font = ValidateAndTranscode(original_font); |
@@ -11,11 +11,11 @@ Description: |
OutputToStdout(transcoded_font); |
Usage: |
- $ ./ot-sanitise ttf_or_otf_file > transcoded_file |
+ $ ./ot-sanitise ttf_or_otf_file [transcoded_file] |
Example: |
- $ ./ot-sanitise sample.otf > transcoded_sample.otf |
- $ ./ot-sanitise malformed.ttf > transcoded_malformed.ttf |
+ $ ./ot-sanitise sample.otf transcoded_sample.otf |
+ $ ./ot-sanitise malformed.ttf |
WARNING at ots/src/ots.cc:158: bad range shift |
ERROR at ots/src/ots.cc:199 (bool<unnamed>::do_ots_process(ots::OpenTypeFile*, ots::OTSStream*, const uint8_t*, size_t)) |
Failed to sanitise file! |