[util] Add hb-shape utility
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 19 Sep 2011 20:41:17 +0000 (16:41 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 19 Sep 2011 20:41:17 +0000 (16:41 -0400)
commit8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
treec48f3019cd8fb279bfb88589739e1a22575ec8ff
parenteb2d8be7a8ede0c0f5e346cf06516792f83f36f7
[util] Add hb-shape utility

Like hb-view, but prints out buffer contents.

The output format is kinda cryptic.  Suggestions welcome.
configure.ac
util/Makefile.am
util/hb-shape.cc [moved from util/common.cc with 50% similarity]
util/hb-view.cc
util/hb-view.hh [new file with mode: 0644]
util/helper-cairo.cc [new file with mode: 0644]
util/helper-cairo.hh [moved from util/common.hh with 51% similarity]
util/options.cc
util/options.hh
util/view-cairo.cc
util/view-cairo.hh