diff options
author | Billy Biggs <vektor@dumbterm.net> | 2005-07-31 11:19:47 +0000 |
---|---|---|
committer | Billy Biggs <vektor@dumbterm.net> | 2005-07-31 11:19:47 +0000 |
commit | cd78d99642bdf1171d21083a6947c77ff00b599e (patch) | |
tree | fa2fd02773007a22fa40f1961c8d5259ed0e4b0b /ChangeLog | |
parent | b4ae3371b34ca67e98df5e73147adcd6b7853e1d (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |