log src/w32font.c @ 99753:c457d1e5edff

age author description
2008-08-02 Jason Rumney (compute_metrics): Don't mess with glyph_idx setting here.
2008-07-30 Jason Rumney * w32font.h (struct w32font_info): Use unicode version of textmetrics.
2008-07-28 Jason Rumney (w32font_text_extents): Use w32_metric_cache consistently.
2008-07-25 Jason Rumney (w32font_has_char): Handle the case where we can't
2008-07-25 Jason Rumney * w32font.c (w32font_encode_char): Encode characters outside BMP as
2008-07-25 Jason Rumney (Fx_select_font): Reverse sense of second arg.
2008-07-23 Jason Rumney * w32font.c (w32font_open): Set font type to gdi.
2008-07-23 Jason Rumney (w32_enumfont_pattern_entity): Return height consistent with opened font.
2008-07-09 Kenichi Handa (w32font_open): Adjust it for the change of
2008-07-01 Jason Rumney (w32font_text_extents): Don't count overhang as part of width.
2008-06-27 Jason Rumney * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
2008-06-26 Jason Rumney * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
2008-06-26 Jason Rumney * w32bdf.c, w32bdf.h: Remove obsolete files.
2008-06-20 Jason Rumney (font_matches_spec): Use csb bitfield from font signature to determine
2008-06-18 Jason Rumney Add font logging to list and match functions.
2008-06-16 Jason Rumney Fix crashing bug in use of bold fonts from x-select-font on W32.
2008-06-13 Jason Rumney * w32fns.c (Fw32_select_font): Removed old font API function.
2008-06-12 Juanma Barranquero Include ctype.h.
2008-06-11 Jason Rumney (w32font_encode_char): Detect missing glyphs that are misreported as space.
2008-06-10 Kenichi Handa (add_font_name_to_list): Adjusted for
2008-06-01 Jason Rumney (w32_enumfont_pattern_entity): Use requested registry.
2008-05-29 Jason Rumney (add_font_entity_to_list): Allow non-opentype truetype fonts back
2008-05-29 Jason Rumney (w32font_open_internal): Prefer truetype fonts unless
2008-05-27 Juanma Barranquero (compute_metrics): Rewrite an "else { if () ... else ... }"
2008-05-27 Jason Rumney (w32font_open_internal): Determine if glyph indices are likely to work here.
2008-05-26 Jason Rumney (w32_weight_table): Remove unused variable.
2008-05-26 Jason Rumney (w32font_text_extents): Zero whole metrics struct first.
2008-05-26 Jason Rumney (w32font_text_extents): Zero whole metrics struct first.
2008-05-22 Kenichi Handa *** empty log message ***
2008-05-20 Jason Rumney (add_font_entity_to_list): Don't add non-opentype
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-14 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
2008-04-14 Jason Rumney (w32font_open_internal): Set max_bounds.descent in
2008-04-08 Jason Rumney (Qja, Qko, Qzh): New symbols.
2008-04-04 Jason Rumney (w32font_text_extents): Use font's ascent and descent.
2008-04-03 Jason Rumney (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
2008-03-11 Jason Rumney (w32font_full_name): Use floor to round.
2008-03-07 Jason Rumney (w32_registry): Take font_type argument. Use ANSI
2008-03-04 Jason Rumney Wrap in USE_FONT_BACKEND conditional
2008-03-03 Juanma Barranquero Include math.h.
2008-03-03 Jason Rumney (recompute_cached_metrics): Change font arg to w32font_info.
2008-03-03 Jason Rumney (Quniscribe, QCformat): New symbols.
2008-03-01 Jason Rumney (w32font_full_name): Report point size for scalable fonts.
2008-03-01 Jason Rumney (w32font_full_name): New function.
2008-02-25 Jason Rumney (w32font_draw): Draw one character at a time when padding.
2008-02-25 Kenichi Handa (w32font_draw): Pay attention to s->padding_p.
2008-02-24 Jason Rumney (w32font_text_extents): Avoid getting HDC and selecting
2008-02-06 Jason Rumney * w32font.c (w32font_text_extents): Fill in lbearing metric.
2008-02-05 Jason Rumney (w32font_open_internal): Fill min_width with tmAveCharWidth.
2008-02-04 Jason Rumney (w32font_open_internal): Use xmalloc, xrealloc, xfree.
2008-02-04 Jason Rumney (w32font_open_internal): Use font_unparse_fcname to set full_name.
2008-02-02 Glenn Morris Update copyright years and GPL version.
2007-12-20 Jason Rumney (logfonts_match): Don't check adstyle here.
2007-12-20 Jason Rumney (w32font_text_extents): Dereference selected_frame.
2007-12-19 Jason Rumney (w32font_open): Remove debug code.
2007-12-19 Jason Rumney *** empty log message ***
2007-12-18 Kenichi Handa (w32font_get_cache): Adjust the argument type.
2007-12-08 Jason Rumney (w32font_open_internal): New function.
2007-12-08 Jason Rumney Include w32font.h.
2007-12-04 Jason Rumney (add_font_entity_to_list): Compare only the beginning of full name.