]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-select.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / pango-select.cc
index cb05b0c183037f6e4c472253288be2bbfaa89936..082bcd824374ca9b8907c36e28b6b601b83fdc85 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "dimensions.hh"
 #include "all-font-metrics.hh"
+#include "libc-extension.hh"
 #include "output-def.hh"
 #include "pango-font.hh"
 
@@ -54,7 +55,8 @@ properties_to_pango_description (SCM chain, Real text_size)
                                  0.0);
   Real size = text_size * pow (2.0, step / 6.0);
 
-  pango_font_description_set_size (description, gint (size * PANGO_SCALE));
+  pango_font_description_set_size (description,
+                                   gint (my_round (size * PANGO_SCALE)));
   return description;
 }