[utils] Add hb-fc-list
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 6 Aug 2014 20:49:51 +0000 (16:49 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 10 Apr 2015 02:16:57 +0000 (19:16 -0700)
commitfe97b65a54a416229e28b1c931e5e01ca19f31d3
treeb10c818c212e63ac7cbece804ecb7c2242fb3290
parenteb0bf3ae6688b7e98a706df2ad2714c071d77e22
[utils] Add hb-fc-list

This is a tool that lists all fonts that can render a given string.
It uses hb_shape() to do so, and as such is aware of HarfBuzz's
normalizer.
configure.ac
util/Makefile.am
util/hb-fc-list.c [new file with mode: 0644]
util/hb-fc.cc [new file with mode: 0644]
util/hb-fc.h [new file with mode: 0644]