harfbuzz/util
Behdad Esfahbod c87b317f0e [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
2012-05-15 23:53:18 -04:00
..
Makefile.am [util] Add hb-ot-shape-closure tool 2012-05-15 23:53:18 -04:00
ansi-print.cc Minor 2012-05-13 17:10:18 +02:00
ansi-print.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
hb-ot-shape-closure.cc [util] Add hb-ot-shape-closure tool 2012-05-15 23:53:18 -04:00
hb-shape.cc [util] Refactor to accommodate for upcoming new tool 2012-05-15 23:10:39 -04:00
hb-view.cc [util] Refactor to accommodate for upcoming new tool 2012-05-15 23:10:39 -04:00
helper-cairo-ansi.cc [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo-ansi.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo.cc [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo.hh Add --utf8-clusters 2012-04-16 18:08:20 -04:00
main-font-text.hh [util] Refactor to accommodate for upcoming new tool 2012-05-15 23:10:39 -04:00
options.cc [util] Make tools default to stdin if no text is provided 2012-05-12 15:54:27 +02:00
options.hh [util] Add hb-ot-shape-closure tool 2012-05-15 23:53:18 -04:00
shape-consumer.hh [util] Refactor to accommodate for upcoming new tool 2012-05-15 23:10:39 -04:00
view-cairo.cc Add --utf8-clusters 2012-04-16 18:08:20 -04:00
view-cairo.hh Add --utf8-clusters 2012-04-16 18:08:20 -04:00