comparison src/ChangeLog @ 93861:e077e9635971

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 08 Apr 2008 14:29:39 +0000
parents c8d0b7ebe5e7
children a238cf768432
comparison
equal deleted inserted replaced
93860:0fecf07dfe3c 93861:e077e9635971
1 2008-04-08 Jason Rumney <jasonr@gnu.org> 1 2008-04-08 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32font.h (struct w32_metric_cache): New struct.
4 (w32font_info): Use it.
5 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
6 (CACHE_BLOCKSIZE): New constants.
7
3 * w32font.c (Qja, Qko, Qzh): New symbols. 8 * w32font.c (Qja, Qko, Qzh): New symbols.
4 (syms_of_w32font): Initialise them. 9 (syms_of_w32font): Initialise them.
5 (font_matches_spec): Use them to filter by language. 10 (font_matches_spec): Use them to filter by language.
6 (recompute_cached_metrics): Remove function. 11 (recompute_cached_metrics): Remove function.
7 (compute_metrics, clear_cached_metrics): New functions. 12 (compute_metrics, clear_cached_metrics): New functions.