diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 446555dc51..36e8e4c748 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -1201,8 +1201,8 @@ void draw_bezier_outline(FILE *file, FT_UInt glyph_index, int pos_x, int pos_y, - int scale_x, - int scale_y ) + double scale_x, + double scale_y ) { FT_Int load_flags = FT_LOAD_NO_BITMAP; FT_Glyph glyph;