summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBilly Biggs <vektor@dumbterm.net>2005-07-31 11:19:47 +0000
committerBilly Biggs <vektor@dumbterm.net>2005-07-31 11:19:47 +0000
commitcd78d99642bdf1171d21083a6947c77ff00b599e (patch)
treefa2fd02773007a22fa40f1961c8d5259ed0e4b0b /ChangeLog
parentb4ae3371b34ca67e98df5e73147adcd6b7853e1d (diff)
Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by using the pixel width and height values instead.
Add a check for FT_Bitmap_Size.y_ppem. reviewed by: keithp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aeebf96..47adeb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-07-31 Billy Biggs <vektor@dumbterm.net>
+ reviewed by: keithp
+
+ * src/cairo-ft-font.c: (_ft_unscaled_font_set_scale): Support
+ versions of freetype without exact FT_Bitmap_Size.x/y_ppem
+ values by using the pixel width and height values instead.
+
+ * configure.in: Add a check for FT_Bitmap_Size.y_ppem.
+
+2005-07-31 Billy Biggs <vektor@dumbterm.net>
+
* src/cairo-quartz-surface.c: (cairo_quartz_surface_create):
Cast away the const on the nil surface to avoid a compiler warning.