* w32font.c (w32font_open): Handle size, height and pixel_size better.
authorJason Rumney <jasonr@gnu.org>
Thu, 31 May 2007 13:20:11 +0000 (13:20 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 31 May 2007 13:20:11 +0000 (13:20 +0000)
commit040fe91812d6555f06ee67763912fc7d107c1f47
tree2b548183838063c381dedcf2718ab8949ecfd60d
parent7785759564c5b4e4b04ab0944edd89e21c85b9ba
* w32font.c (w32font_open): Handle size, height and pixel_size better.
(w32font_draw): Use options.
(w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
Fix detection of truetype fonts.
(registry_to_w32_charset): Handle charsets other than iso8859-1
expressed as lisp symbols.
(w32_registry): Express charset as lisp symbol.
(fill_in_logfont): Reverse pixel and point height logic.
Don't set width here. Set quality to default.

* w32font.c: New file for w32 font backend.
src/w32font.c