summaryrefslogtreecommitdiff
path: root/frontends/gtk/layout_pango.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/layout_pango.c')
-rw-r--r--frontends/gtk/layout_pango.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/layout_pango.c b/frontends/gtk/layout_pango.c
index a5964eb37..9e8e94d48 100644
--- a/frontends/gtk/layout_pango.c
+++ b/frontends/gtk/layout_pango.c
@@ -277,7 +277,7 @@ nsfont_style_to_description(const plot_font_style_t *fstyle)
break;
}
- size = (fstyle->size * PANGO_SCALE) / FONT_SIZE_SCALE;
+ size = (fstyle->size * PANGO_SCALE) / PLOT_STYLE_SCALE;
if (fstyle->flags & FONTF_ITALIC)
style = PANGO_STYLE_ITALIC;