History log of /external/harfbuzz_ng/util/view-cairo.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5db0683a822f70c914468430cda6487cee740ae3 02-Jun-2012 Behdad Esfahbod <behdad@behdad.org> [util] Make hb-shape continue shaping other lines if shapers failed
/external/harfbuzz_ng/util/view-cairo.cc
95cefdf96efe43a44133aa8a186155cf4e63e2b7 17-Apr-2012 Behdad Esfahbod <behdad@behdad.org> Add --utf8-clusters

Also fix cairo cluster generation.
/external/harfbuzz_ng/util/view-cairo.cc
effb42e5c520128bdc2e29398ed801730c5c0f52 16-Apr-2012 Behdad Esfahbod <behdad@behdad.org> Always use cairo_show_text_glyphs()

Better catches cluster errors.
/external/harfbuzz_ng/util/view-cairo.cc
799cfdd15ab369580b2283200c3aca6866214b59 16-Apr-2012 Behdad Esfahbod <behdad@behdad.org> Make page progression be right to left for vertical text
/external/harfbuzz_ng/util/view-cairo.cc
69b84a8f6c789726815261c2e86692de7a65d6e8 12-Apr-2012 Behdad Esfahbod <behdad@behdad.org> Fix hb-view surface size calc for vertical text

For some reason it doesn't quite work with IranianNastaliq, but
that looks like a font issue.
/external/harfbuzz_ng/util/view-cairo.cc
422558142aabb996d8ad1848df7ea4d5a8ade98a 19-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Account for line-space in surface size
/external/harfbuzz_ng/util/view-cairo.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/view-cairo.cc
f6496663c2f6849a944e41afcf9511f378477532 19-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] If no text is provided, simply call cairo_show_glyphs()
/external/harfbuzz_ng/util/view-cairo.cc
11e51993ab562d4c7460eb7c43d0e97404e628e7 19-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Move font-size into view-options
/external/harfbuzz_ng/util/view-cairo.cc
d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575 16-Sep-2011 Behdad Esfahbod <behdad@behdad.org> Fix "[util] Fix hb-view crash with bogus font."
/external/harfbuzz_ng/util/view-cairo.cc
da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8 16-Sep-2011 Behdad Esfahbod <behdad@behdad.org> Cosmetic
/external/harfbuzz_ng/util/view-cairo.cc
4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79 16-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Fix hb-view crash with bogus font
/external/harfbuzz_ng/util/view-cairo.cc
55aeb0490454cc1ba93a42f307ed1230f59dee4b 16-Sep-2011 Behdad Esfahbod <behdad@behdad.org> Fix reading text from stdin
/external/harfbuzz_ng/util/view-cairo.cc
7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea 16-Sep-2011 Behdad Esfahbod <behdad@behdad.org> Always shape at size=upem

Fixes bug with uniscribe not handling GIGANTIC sizes.
/external/harfbuzz_ng/util/view-cairo.cc
f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2 15-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [hb-view] Make print to stdout work in Windows

Apparently there's no equivalent to "/dev/stdout", so write using
stdio to be able to output to stdout.
/external/harfbuzz_ng/util/view-cairo.cc
b9b10ad78b1f977494a3a42b58f8040fe16505a3 13-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Refactor hb-view completely

Now we can use the same code to do other utils...
/external/harfbuzz_ng/util/view-cairo.cc