b=383960, moz cairo: win32-logical-font-scale.patch

This commit is contained in:
vladimir@pobox.com 2007-08-02 00:00:53 -07:00
parent 23b1098ddb
commit 4611c948ad
2 changed files with 3 additions and 1 deletions

View File

@ -28,4 +28,6 @@ win32-scaled-font-size.patch: Add cairo_win32_font_face_create_for_logfontw_hfon
allow win32 scaled_fonts to rescale themselves properly to the required CTM
and only use the font_face's hfont if we're sure it's appropriate
win32-logical-font-scale.patch: set CAIRO_WIN32_LOGICAL_FONT_SCALE to 1
nonfatal-assertions.patch: Make assertions non-fatal

View File

@ -46,7 +46,7 @@
#define SB_NONE 0
#endif
#define WIN32_FONT_LOGICAL_SCALE 32
#define WIN32_FONT_LOGICAL_SCALE 1
typedef struct _cairo_win32_surface {
cairo_surface_t base;