summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:24:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:24:47 +0000
commit138d0754c9dff39c853717fb1bb4b1c3ff416d9b (patch)
tree0ffceca5c34c322b5da1d87ca6e660f5ac4b5511 /amiga/font.c
parent0b6f91dd61346d1868bace6b7448aa26c8a75af0 (diff)
downloadnetsurf-138d0754c9dff39c853717fb1bb4b1c3ff416d9b.tar.gz
netsurf-138d0754c9dff39c853717fb1bb4b1c3ff416d9b.tar.bz2
Font scaling - scaling now works for printing, need 2nd attempt at implementing it for
browsing. svn path=/trunk/netsurf/; revision=9496
Diffstat (limited to 'amiga/font.c')
-rw-r--r--amiga/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.c b/amiga/font.c
index 5c694c199..440cd02b2 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -269,7 +269,7 @@ struct OutlineFont *ami_open_outline_font(const plot_font_style_t *fstyle)
}
/* Scale to 16.16 fixed point */
- ysize = fstyle->size * ((1 << 16) / FONT_SIZE_SCALE);
+ ysize = fstyle->size * ((1 << 16) / FONT_SIZE_SCALE) * glob->scale;
if(ESetInfo(&ofont->olf_EEngine,
OT_DeviceDPI,(72<<16) | 72,