]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
* lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
[lilypond.git] / lily / include / output-def.hh
index cf8208714b0ade6896057f98512a846f649b5411..15b35f1eacbe860722e9dbd122752d83f084d389 100644 (file)
@@ -74,8 +74,9 @@ Font_metric *select_font (Output_def *layout, SCM chain);
 DECLARE_UNSMOB (Output_def, output_def);
 
 
-Font_metric *find_scaled_font (Output_def * od,
-                              Font_metric *f, Real m, SCM input_enc_name);
+Font_metric *find_scaled_font (Output_def *od,
+                              Font_metric *f, Real magnification,
+                              SCM font_encoding, SCM input_encoding);
 Output_def *scale_output_def (Output_def *def, Real scale);
 Real output_scale (Output_def*);