]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
* scm/framework-ps.scm (output-variables): separately scale the
[lilypond.git] / lily / font-metric.cc
index cc0ae4244f588a9ed9394d24c42e05eaab4b20c2..415e2db6de1fa32feab8383adb7a3e3c51a4189e 100644 (file)
@@ -13,6 +13,7 @@
 #include <math.h>
 #include <cctype>
 
+#include "dimensions.hh"
 #include "modified-font-metric.hh"
 #include "open-type-font.hh"
 #include "stencil.hh"
@@ -24,7 +25,7 @@
 Real
 Font_metric::design_size () const
 {
-  return 1.0;
+  return 1.0 * point_constant;
 }
 
 String