Fix Uniscribe charset matching
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 8 Jun 2012 18:08:32 +0000 (14:08 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 8 Jun 2012 18:39:31 +0000 (14:39 -0400)
commitdbffa4c83d29c689ee4cd8a1c53e84521028c711
tree16ecfe98acf4de5da2789f29fc8d4d98ba617732
parent82e8bd8628aeb37835fb019a71b6bdac87824b97
Fix Uniscribe charset matching

Previously was failing to match fonts that didn't support CHARSET_ANSI.

There still remains a problem with the Uniscribe backend, in that if a
font with the same family name is installed, and is newer, the native
one is preferred over the font we provide.  Fixing it requires rewriting
the name table with a unique family name...
src/hb-uniscribe.cc