X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpango-font.hh;h=ad559551d1fe9d6a7919c3da9d6841e70e07fde1;hb=a7eb9033f29d35d110afd1730a238f5c50e00369;hp=f57b5d5b762eb83a945c4599ec5a4338d5d7c5f5;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/lily/include/pango-font.hh b/lily/include/pango-font.hh index f57b5d5b76..ad559551d1 100644 --- a/lily/include/pango-font.hh +++ b/lily/include/pango-font.hh @@ -48,7 +48,7 @@ public: string description_string () const; SCM font_file_name () const; - void register_font_file (string, string, int); + void register_font_file (const string &filename, const string &ps_name, int face_index); size_t name_to_index (string) const; SCM get_glyph_outline (size_t signed_idx) const; @@ -59,7 +59,7 @@ public: Stencil pango_item_string_stencil (PangoGlyphItem const *) const; virtual Stencil text_stencil (Output_def *output_state, - string text, bool music) const; + const string &text, bool music) const; virtual void derived_mark () const; };