History log of /external/harfbuzz_ng/util/hb-ot-shape-closure.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5fbc952524ac8840f007dc0136823a4ab6e25f70 29-Jul-2013 Behdad Esfahbod <behdad@behdad.org> Fix glyph name printing in hb-ot-shape-closure
/external/harfbuzz_ng/util/hb-ot-shape-closure.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-ot-shape-closure.cc
75da37dcb17aacc0be6bb006683a84aa31155938 16-Nov-2012 Behdad Esfahbod <behdad@behdad.org> Minor
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc
aec89de5641fbe1c3031d63dd5f40ec99bf2a538 16-Nov-2012 Behdad Esfahbod <behdad@behdad.org> Add / modify set API a bit
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc
321f73c16efa0730c96e001d65268f4927a0f735 14-Nov-2012 Behdad Esfahbod <behdad@behdad.org> [util] Add --text-before and --text-after to hb-shape / hb-view

Use with Arabic, for example, to see the effect on joining.
/external/harfbuzz_ng/util/hb-ot-shape-closure.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-ot-shape-closure.cc
cd6a5493411fea30a04466128e1a37b4d89c6a72 01-Jun-2012 Behdad Esfahbod <behdad@behdad.org> Remove unused variable
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc
bce095524b3e69a47f8e88a2fb02d6ab537f9b0a 27-May-2012 Behdad Esfahbod <behdad@behdad.org> Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc
29ce446d3161b7ea5874352e5f8eb33cd59338c3 25-May-2012 Behdad Esfahbod <behdad@behdad.org> Add set iterator
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc
c87b317f0eb118e67134e8e419a6d65e0fa40d30 16-May-2012 Behdad Esfahbod <behdad@behdad.org> [util] Add hb-ot-shape-closure tool

Computes all the glyphs that may be generated given a font and
set of Unicode characters.

The order of the Unicode characters is irrelevant.

Sample output:

behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
f f_f

behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
i

behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
f f_i f_f_i f_f i

behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
uni0628 uni0628.init uni0628.medi uni0628.fina

behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
uni0627 uni0627.fina

behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina

behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names
5 6 133 134 135 136
/external/harfbuzz_ng/util/hb-ot-shape-closure.cc