summaryrefslogtreecommitdiff
path: root/src/w32font.c
Commit message (Expand)AuthorAge
* (compute_metrics): Don't mess with glyph_idx setting here.Jason Rumney2008-08-02
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-30
* (w32font_text_extents): Use w32_metric_cache consistently.Jason Rumney2008-07-28
* (w32font_has_char): Handle the case where we can'tJason Rumney2008-07-25
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-25
* (Fx_select_font): Reverse sense of second arg.Jason Rumney2008-07-25
* * w32font.c (w32font_open): Set font type to gdi.Jason Rumney2008-07-23
* (w32_enumfont_pattern_entity): Return height consistent with opened font.Jason Rumney2008-07-23
* (w32font_open): Adjust it for the change ofKenichi Handa2008-07-09
* (w32font_text_extents): Don't count overhang as part of width.Jason Rumney2008-07-01
* * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)Jason Rumney2008-06-27
* * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.Jason Rumney2008-06-26
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-26
* (font_matches_spec): Use csb bitfield from font signature to determineJason Rumney2008-06-20
* Add font logging to list and match functions.Jason Rumney2008-06-18
* Fix crashing bug in use of bold fonts from x-select-font on W32.Jason Rumney2008-06-16
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-13
* Include ctype.h.Juanma Barranquero2008-06-12
* (w32font_encode_char): Detect missing glyphs that are misreported as space.Jason Rumney2008-06-11
* (add_font_name_to_list): Adjusted forKenichi Handa2008-06-10
* (w32_enumfont_pattern_entity): Use requested registry.Jason Rumney2008-06-01
* (add_font_entity_to_list): Allow non-opentype truetype fonts backJason Rumney2008-05-29
* (w32font_open_internal): Prefer truetype fonts unlessJason Rumney2008-05-29
* (compute_metrics): Rewrite an "else { if () ... else ... }"Juanma Barranquero2008-05-27
* (w32font_open_internal): Determine if glyph indices are likely to work here.Jason Rumney2008-05-27
* (w32_weight_table): Remove unused variable.Jason Rumney2008-05-26
* (w32font_text_extents): Zero whole metrics struct first.Jason Rumney2008-05-26
* (w32font_text_extents): Zero whole metrics struct first.Jason Rumney2008-05-26
* *** empty log message ***Kenichi Handa2008-05-22
* (add_font_entity_to_list): Don't add non-opentypeJason Rumney2008-05-20
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Throughout the file, delete all USE_FONT_BACKENDKenichi Handa2008-05-14
* (w32font_open_internal): Set max_bounds.descent inJason Rumney2008-04-14
* (Qja, Qko, Qzh): New symbols.Jason Rumney2008-04-08
* (w32font_text_extents): Use font's ascent and descent.Jason Rumney2008-04-04
* (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)Jason Rumney2008-04-03
* (w32font_full_name): Use floor to round.Jason Rumney2008-03-11
* (w32_registry): Take font_type argument. Use ANSIJason Rumney2008-03-07
* Wrap in USE_FONT_BACKEND conditionalJason Rumney2008-03-04
* Include math.h.Juanma Barranquero2008-03-03
* (recompute_cached_metrics): Change font arg to w32font_info.Jason Rumney2008-03-03
* (Quniscribe, QCformat): New symbols.Jason Rumney2008-03-03
* (w32font_full_name): Report point size for scalable fonts.Jason Rumney2008-03-01
* (w32font_full_name): New function.Jason Rumney2008-03-01
* (w32font_draw): Draw one character at a time when padding.Jason Rumney2008-02-25
* (w32font_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-25
* (w32font_text_extents): Avoid getting HDC and selectingJason Rumney2008-02-24
* * w32font.c (w32font_text_extents): Fill in lbearing metric.Jason Rumney2008-02-06
* (w32font_open_internal): Fill min_width with tmAveCharWidth.Jason Rumney2008-02-05
* (w32font_open_internal): Use xmalloc, xrealloc, xfree.Jason Rumney2008-02-04