summaryrefslogtreecommitdiff
path: root/tree/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree/font.c')
-rw-r--r--tree/font.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tree/font.c b/tree/font.c
index 14c09981..0814efba 100644
--- a/tree/font.c
+++ b/tree/font.c
@@ -60,10 +60,10 @@ fz_setfontwmode(fz_font *font, int wmode)
void
fz_setfontbbox(fz_font *font, int xmin, int ymin, int xmax, int ymax)
{
- font->bbox.min.x = xmin;
- font->bbox.min.y = ymin;
- font->bbox.max.x = xmax;
- font->bbox.max.y = ymax;
+ font->bbox.min.x = xmin;
+ font->bbox.min.y = ymin;
+ font->bbox.max.x = xmax;
+ font->bbox.max.y = ymax;
}
void