History log of /external/harfbuzz_ng/util/hb-shape.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e 09-Jul-2014 Behdad Esfahbod <behdad@behdad.org> [util/hb-shape] Fix crash; oops
/external/harfbuzz_ng/util/hb-shape.cc
9109f1e944dd4bd4ae8057b75c8a31e9d31797aa 09-Jul-2014 Behdad Esfahbod <behdad@behdad.org> [util/hb-shape] Accept an empty output-format that would skip output

Useful for benchmarking, to avoid buffer serialization overhead (which
seems to by far dominate shaping!)
/external/harfbuzz_ng/util/hb-shape.cc
ea5e8a02eb83ad19f3009b0008893f77ce113118 19-Mar-2014 Behdad Esfahbod <behdad@behdad.org> [util] Plug minor leak
/external/harfbuzz_ng/util/hb-shape.cc
4dc798de19c767b91fd3025c85593fa6809d1340 27-Aug-2013 Behdad Esfahbod <behdad@behdad.org> Add hb-deprecated.h, and rename a couple enum values

Add deprecated alias for old name.
/external/harfbuzz_ng/util/hb-shape.cc
7235f33f9e5e031622a00a84f4b2e98f16803579 10-Jun-2013 Behdad Esfahbod <behdad@behdad.org> Fix misc warnings reported by cppcheck

https://bugs.freedesktop.org/show_bug.cgi?id=65544
/external/harfbuzz_ng/util/hb-shape.cc
4a765f092d71bb4adeb468c004987a9121d39db5 21-Dec-2012 Behdad Esfahbod <behdad@behdad.org> Minor
/external/harfbuzz_ng/util/hb-shape.cc
9815a88111072aa51e78e258c5f660993b47d4df 21-Dec-2012 Behdad Esfahbod <behdad@behdad.org> [util] List supported output formats in --help output
/external/harfbuzz_ng/util/hb-shape.cc
6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2 21-Dec-2012 Behdad Esfahbod <behdad@behdad.org> [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.
/external/harfbuzz_ng/util/hb-shape.cc
a4bef84e375b090c1bc7e4221b8e0ee435dfcbba 15-Nov-2012 Behdad Esfahbod <behdad@behdad.org> [util] Make hb-shape err if output-format is not understood

And list supported formats.
/external/harfbuzz_ng/util/hb-shape.cc
f9edf1672511c3bcc3796cc79578ffea43b2bda1 15-Nov-2012 Behdad Esfahbod <behdad@behdad.org> Add buffer serialization / deserialization API

Two output formats for now: TEXT, and JSON. For example:

hb-shape --output-format=json

Deserialization API is added, but not implemented yet.
/external/harfbuzz_ng/util/hb-shape.cc
0594a2448440208efa0acac9a5d8d52d43108289 06-Jun-2012 Behdad Esfahbod <behdad@behdad.org> Cleanup TRUE/FALSE vs true/false
/external/harfbuzz_ng/util/hb-shape.cc
5db0683a822f70c914468430cda6487cee740ae3 02-Jun-2012 Behdad Esfahbod <behdad@behdad.org> [util] Make hb-shape continue shaping other lines if shapers failed
/external/harfbuzz_ng/util/hb-shape.cc
45675e589e6ef9f81b2a4199cf33e3e7778433a8 16-May-2012 Behdad Esfahbod <behdad@behdad.org> [util] Refactor to accommodate for upcoming new tool
/external/harfbuzz_ng/util/hb-shape.cc
95cefdf96efe43a44133aa8a186155cf4e63e2b7 17-Apr-2012 Behdad Esfahbod <behdad@behdad.org> Add --utf8-clusters

Also fix cairo cluster generation.
/external/harfbuzz_ng/util/hb-shape.cc
cdc673d97c5ffedb386865a81f54a5cedcbad27c 19-Jan-2012 Behdad Esfahbod <behdad@behdad.org> [hb-shape] Add --show-line-num

Ok, much more useful as a test suite driver now.
/external/harfbuzz_ng/util/hb-shape.cc
cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05 19-Jan-2012 Behdad Esfahbod <behdad@behdad.org> [hb-shape] Add --show-text and --show-unicode options
/external/harfbuzz_ng/util/hb-shape.cc
8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7 19-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Add hb-shape utility

Like hb-view, but prints out buffer contents.

The output format is kinda cryptic. Suggestions welcome.
/external/harfbuzz_ng/util/hb-shape.cc