Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1665)

Unified Diff: test/README

Issue 658573004: Updating to new OTS repo from https://github.com/khaledhosny/ots.git (Closed) Base URL: https://chromium.googlesource.com/external/ots@master
Patch Set: Adding Colored Emoji changes from external/git repo Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« .gitmodules ('K') | « src/woff2.cc ('k') | test/SConstruct » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!
« .gitmodules ('K') | « src/woff2.cc ('k') | test/SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698