aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* (w32font_open_internal): Set max_bounds.descent inJason Rumney2008-04-141-0/+5
* (Qja, Qko, Qzh): New symbols.Jason Rumney2008-04-081-117/+168
* (w32font_text_extents): Use font's ascent and descent.Jason Rumney2008-04-041-14/+2
* (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)Jason Rumney2008-04-031-32/+134
* (w32font_full_name): Use floor to round.Jason Rumney2008-03-111-3/+5
* (w32_registry): Take font_type argument. Use ANSIJason Rumney2008-03-071-4/+38
* Wrap in USE_FONT_BACKEND conditionalJason Rumney2008-03-041-0/+3
* Include math.h.Juanma Barranquero2008-03-031-0/+1
* (recompute_cached_metrics): Change font arg to w32font_info.Jason Rumney2008-03-031-13/+14
* (Quniscribe, QCformat): New symbols.Jason Rumney2008-03-031-48/+169
* (w32font_full_name): Report point size for scalable fonts.Jason Rumney2008-03-011-6/+25
* (w32font_full_name): New function.Jason Rumney2008-03-011-1/+57
* (w32font_draw): Draw one character at a time when padding.Jason Rumney2008-02-251-1/+1
* (w32font_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-1/+10
* (w32font_text_extents): Avoid getting HDC and selectingJason Rumney2008-02-241-24/+40
* * w32font.c (w32font_text_extents): Fill in lbearing metric.Jason Rumney2008-02-061-10/+52
* (w32font_open_internal): Fill min_width with tmAveCharWidth.Jason Rumney2008-02-051-1/+31
* (w32font_open_internal): Use xmalloc, xrealloc, xfree.Jason Rumney2008-02-041-3/+3
* (w32font_open_internal): Use font_unparse_fcname to set full_name.Jason Rumney2008-02-041-1/+25
* Update copyright years and GPL version.Glenn Morris2008-02-021-2/+2
* (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