* w32font.h (struct w32font_info): Use unicode version of textmetrics.
authorJason Rumney <jasonr@gnu.org>
Wed, 30 Jul 2008 21:45:35 +0000 (21:45 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 30 Jul 2008 21:45:35 +0000 (21:45 +0000)
commitbd187c49598c3a6db2ed0cbfe84a36171be7121d
tree9e01bcbe6374049c336c19cd1102d88e7d4e87b0
parent00fade45540b2f21c3bfc040621909da1601cfe5
* w32font.h (struct w32font_info): Use unicode version of textmetrics.

* w32font.c (w32font_encode_char): Leave as unicode if in range.
(w32font_open_internal): Get unicode version of textmetrics.
Don't enable or disable glyph indices here.
(w32font_open): Disable use of glyph indices.

* w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
src/ChangeLog
src/w32font.c
src/w32font.h
src/w32uniscribe.c