aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32bdf.c
Commit message (Collapse)AuthorAgeFilesLines
* (w32_load_bdf_font): Set fontp->average_width andJason Rumney2005-01-031-1/+4
| | | | fontp->space_width to FONT_WIDTH so they are valid.
* Remove period at end of error message.Jan Djärv2003-11-161-4/+4
|
* * w32fns.c (w32_load_system_font): Clear all members of FONTP beforeJason Rumney2003-10-021-0/+1
| | | | | filling them. * w32bdf.c (w32_load_bdf_font): Likewise.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* *** empty log message ***Jason Rumney2002-02-181-0/+7
|
* Include <config.h>.Pavel Janík2002-01-011-1/+5
|
* Fix typo.Pavel Janík2001-12-121-1/+1
|
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
|
* (search_file_line, set_bdf_font_info, seek_char)Eli Zaretskii2001-05-121-31/+49
| | | | | | | (w32_get_bdf_glyph): Cast between unsigned char and char when passing arguments to subroutines, to shut up compiler warnings. (w32_get_bdf_glyph): Don't mix signed and unsigned when calling GET_HEX_VAL.
* (search_file_line, get_cached_font_char)Jason Rumney2001-01-121-5/+2
| | | | (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
* (w32_init_bdf_font): Fix test for valid bmp heap.Jason Rumney2000-12-211-1/+1
|
* (set_bdf_font_info): Set it.Jason Rumney2000-10-291-3/+5
| | | | | (w32_BDF_TextOut): Swap byte order of double byte characters. (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
* (w32_load_bdf_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-1/+4
|
* (search_file_line): Fix skipping of whitespace.Jason Rumney2000-09-291-108/+193
| | | | | | | | | | | | | | | | (get_quoted_string): Fix limit on memchr search. (set_bdf_font_info): Use unsigned chars. Negate yoffset. (w32_init_bdf_font): Initialize codepoint and bitmap heaps. (w32_free_bdf_font): Free bitmaps and codepoints on heaps. (get_cached_font_char, cache_char_offset): Use macro BDF_CODEPOINT_RANGE_COVER_P. (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. (clear_cached_bitmap_slots): New function. (GET_HEX_VALUE): G-Z, g-z are not hex. (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. (get_bitmap_with_cache): Use new cache implementation. (create_offscreen_bitmap): New function. (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
* (search_file_line):Andrew Innes2000-08-221-6/+8
| | | | | | | (set_bdf_font_info): (seek_char): (w32_get_bdf_glyph): (w32_BDF_to_x_font): Fix compile warnings.
* (w32_load_bdf_font): Initialize font->double_byte_p.Jason Rumney2000-05-301-0/+3
|
* Include frame.h and dispextern.h before fontset.h.Jason Rumney2000-03-221-0/+2
|
* (clear_cached_bitmap_slots): Remove.Jason Rumney1999-06-131-33/+44
| | | | | | | (get_bitmap_with_cache): Check if CreateBitmap failed. Adjust cache size dynamically so cache is never larger than the system limit of GDI resources. Do cache clearing inline. Move global variables to local scope.
* Merged patches from Meadow.Geoff Voelker1999-03-171-69/+202
|
* Initial revisionGeoff Voelker1999-01-221-0/+604