diff options
| author | Jason Rumney | 2008-04-06 01:08:19 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-06 01:08:19 +0000 |
| commit | 0ce24b2d12e360f5b8391afda3aff46fd30b3c31 (patch) | |
| tree | 8519a97578456eba4c53eded01c98b84f4cd7ccf /src/ChangeLog | |
| parent | bbfe23084ea7dc2293bec619a089007e54c5cdbb (diff) | |
| download | emacs-0ce24b2d12e360f5b8391afda3aff46fd30b3c31.tar.gz emacs-0ce24b2d12e360f5b8391afda3aff46fd30b3c31.zip | |
(uniscribe_shape): Increase items buffer size.
Give up if glyph indices not supported. Use uniscribe obtained
ABC widths for individual metrics. Map glyph clusters back to
characters using fClusterStart flag. Return number of glyphs
produced, not chars processed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c683d77ad17..f9bb5b9c3c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-04-06 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32uniscribe.c (uniscribe_shape): Increase items buffer size. | ||
| 4 | Give up if glyph indices not supported. Use uniscribe obtained | ||
| 5 | ABC widths for individual metrics. Map glyph clusters back to | ||
| 6 | characters using fClusterStart flag. Return number of glyphs | ||
| 7 | produced, not chars processed. | ||
| 8 | |||
| 1 | 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use | 11 | * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use |
| @@ -59,6 +67,9 @@ | |||
| 59 | 67 | ||
| 60 | 2008-04-04 Jason Rumney <jasonr@gnu.org> | 68 | 2008-04-04 Jason Rumney <jasonr@gnu.org> |
| 61 | 69 | ||
| 70 | * w32font.c (w32font_text_extents): Use font's ascent and descent. | ||
| 71 | (recompute_cached_metrics): Don't set ascent and descent per char. | ||
| 72 | |||
| 62 | * w32uniscribe.c (uniscribe_check_otf): Fix last change. | 73 | * w32uniscribe.c (uniscribe_check_otf): Fix last change. |
| 63 | (uniscribe_check_otf): Add GC protection before consing. | 74 | (uniscribe_check_otf): Add GC protection before consing. |
| 64 | Rearrange loop for counting features. | 75 | Rearrange loop for counting features. |