summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAgeFilesLines
* src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-9/+9
* Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-131-1/+20
* Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-2/+1
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-2/+2
* (clear_cached_metrics): Remove, unused since 2008-08-02.Jason Rumney2009-04-251-14/+0
* * w32font.c (Qja, Qko): Remove declarations.Juanma Barranquero2009-04-171-3/+1
* (check_face_name): Check for fake helv. (Bug#2275)Jason Rumney2009-02-121-3/+10
* (add_font_entity_to_list): Fix check for substitutedJason Rumney2009-02-121-2/+2
* (w32font_list_internal): Return quickly if registry isJason Rumney2009-01-261-78/+107
* (add_font_entity_to_list): Don't report unknownJason Rumney2009-01-091-8/+6
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (w32font_has_char): Always return -1.Jason Rumney2008-12-171-2/+11
* * w32font.c (intern_font_name): New function.Jason Rumney2008-12-131-11/+34
* (fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.Jason Rumney2008-12-111-2/+0
* Improve comments for last change.Jason Rumney2008-12-101-1/+2
* (add_font_entity_to_list): Limit unicode-sip fonts to those thatJason Rumney2008-12-101-2/+5
* (Qcham): New symbol.Jason Rumney2008-12-101-5/+10
* (w32font_draw): Initialize orig_clip before getting it, and delete itJason Rumney2008-12-041-7/+13
* * w32font.c (add_font_entity_to_list): Pass the right LOGFONTJuanma Barranquero2008-11-271-4/+5
* (w32font_open_internal): Don't include external leading in font height.Jason Rumney2008-11-261-0/+5
* (check_face_name): Use xstrcasecmp. Avoid compiler warning.Jason Rumney2008-11-241-6/+7
* (check_face_name): New function.Jason Rumney2008-11-231-5/+41
* (compute_metrics): Don't mess with glyph_idx setting here.Jason Rumney2008-08-021-8/+0
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-301-82/+25
* (w32font_text_extents): Use w32_metric_cache consistently.Jason Rumney2008-07-281-5/+5
* (w32font_has_char): Handle the case where we can'tJason Rumney2008-07-251-1/+12
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-251-16/+29
* (Fx_select_font): Reverse sense of second arg.Jason Rumney2008-07-251-5/+5
* * w32font.c (w32font_open): Set font type to gdi.Jason Rumney2008-07-231-0/+1
* (w32_enumfont_pattern_entity): Return height consistent with opened font.Jason Rumney2008-07-231-1/+3
* (w32font_open): Adjust it for the change ofKenichi Handa2008-07-091-6/+2
* (w32font_text_extents): Don't count overhang as part of width.Jason Rumney2008-07-011-2/+2
* * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)Jason Rumney2008-06-271-3/+348
* * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.Jason Rumney2008-06-261-9/+20
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-261-30/+8
* (font_matches_spec): Use csb bitfield from font signature to determineJason Rumney2008-06-201-8/+15
* Add font logging to list and match functions.Jason Rumney2008-06-181-2/+6
* Fix crashing bug in use of bold fonts from x-select-font on W32.Jason Rumney2008-06-161-23/+23
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-131-1/+121
* Include ctype.h.Juanma Barranquero2008-06-121-0/+1
* (w32font_encode_char): Detect missing glyphs that are misreported as space.Jason Rumney2008-06-111-2/+13
* (add_font_name_to_list): Adjusted forKenichi Handa2008-06-101-3/+3
* (w32_enumfont_pattern_entity): Use requested registry.Jason Rumney2008-06-011-12/+48
* (add_font_entity_to_list): Allow non-opentype truetype fonts backJason Rumney2008-05-291-1/+8
* (w32font_open_internal): Prefer truetype fonts unlessJason Rumney2008-05-291-0/+6
* (compute_metrics): Rewrite an "else { if () ... else ... }"Juanma Barranquero2008-05-271-16/+14