summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* (logfonts_match): Don't check adstyle here.Jason Rumney2007-12-201-5/+21
* (w32font_text_extents): Dereference selected_frame.Jason Rumney2007-12-201-39/+27
* (w32font_open): Remove debug code.Jason Rumney2007-12-191-10/+0
* *** empty log message ***Jason Rumney2007-12-191-0/+17
* (w32font_get_cache): Adjust the argument type.Kenichi Handa2007-12-181-3/+3
* (w32font_open_internal): New function.Jason Rumney2007-12-081-74/+90
* Include w32font.h.Jason Rumney2007-12-081-73/+99
* (add_font_entity_to_list): Compare only the beginning of full name.Jason Rumney2007-12-041-5/+16
* (w32font_driver): Add new fields.Jason Rumney2007-12-011-1/+4
* (w32font_draw): Fill background manually.Jason Rumney2007-12-011-8/+6
* (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): DefineJason Rumney2007-11-231-9/+86
* (add_font_name_to_list): Avoid vertical fonts.Jason Rumney2007-10-261-6/+13
* (w32font_text_extents): Calculate metrics for the whole string.Jason Rumney2007-09-191-46/+45
* (w32font_draw): Do clipping here.Jason Rumney2007-09-131-0/+30
* (Qgdi): Rename from Qw32.Jason Rumney2007-06-241-6/+6
* (w32font_close): Delete the GDI font object.Jason Rumney2007-06-131-1/+1
* (w32font_draw): Delete brush after using it.Jason Rumney2007-06-061-1/+2
* (w32font_open): Don't set font_idx.Jason Rumney2007-06-041-3/+19
* (w32font_info): Remove subranges.Jason Rumney2007-06-021-483/+632
* Add arch taglineMiles Bader2007-06-021-0/+3
* (w32font_open): Make lfHeight negative.Jason Rumney2007-05-311-1/+1
* * w32font.c (QCsubranges): New symbol.Jason Rumney2007-05-311-56/+115
* (font_put_extra): Expose externally.Jason Rumney2007-05-311-11/+27
* * w32font.c (w32font_open): Handle size, height and pixel_size better.Jason Rumney2007-05-311-12/+32
* New file for w32 font backend.Jason Rumney2007-05-311-0/+1089