changeset 95389:2f5519e129d2

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Thu, 29 May 2008 17:11:48 +0000
parents 68cbfe0d72fc
children dbcab9d8dd2a
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 29 16:57:00 2008 +0000
+++ b/src/ChangeLog	Thu May 29 17:11:48 2008 +0000
@@ -7,8 +7,11 @@
 
 2008-05-29  Jason Rumney  <jasonr@gnu.org>
 
-	* w32font.c (w32font_open_internal): Prefer truetype fonts unless
-	'raster' specified.
+        * w32font.c (w32font_open_internal): Prefer truetype fonts unless
+        `raster' specified.
+        (add_font_entity_to_list): Allow non-opentype truetype fonts back
+        in the uniscribe backend, but disallow any font that has no
+        unicode subrange support.
 
 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>