summaryrefslogtreecommitdiff
path: root/xps/xpsglyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xpsglyphs.c')
-rw-r--r--xps/xpsglyphs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xps/xpsglyphs.c b/xps/xpsglyphs.c
index 5f1c363d9..d6bdabbb9 100644
--- a/xps/xpsglyphs.c
+++ b/xps/xpsglyphs.c
@@ -384,7 +384,7 @@ xps_parse_glyphs_imp(xps_context_t *ctx, xps_font_t *font, float size,
/* Adjust glyph offset and advance width for emboldening */
if (sim_bold)
{
- advance *= 1.02;
+ advance *= 1.02f;
u_offset += 0.01 * size;
v_offset += 0.01 * size;
}
@@ -471,7 +471,7 @@ xps_parse_glyphs(xps_context_t *ctx,
int sim_bold = 0;
int sim_italic = 0;
- gs_matrix shear = { 1, 0, 0.36397, 1, 0, 0 }; /* shear by 20 degrees */
+ gs_matrix shear = { 1, 0, 0.36397f, 1, 0, 0 }; /* shear by 20 degrees */
/*
* Extract attributes and extended attributes.