X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpango-font.hh;h=b92eb60c429d8af7da3403a671a645f1d75546a0;hb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;hp=3d435af9ca5ccba2640c63abcc76674f01bc421c;hpb=1c72394c0ae30ba289f869059ec2532eac8d4015;p=lilypond.git diff --git a/lily/include/pango-font.hh b/lily/include/pango-font.hh index 3d435af9ca..b92eb60c42 100644 --- a/lily/include/pango-font.hh +++ b/lily/include/pango-font.hh @@ -42,11 +42,11 @@ class Pango_font : public Font_metric public: SCM physical_font_tab () const; Pango_font (PangoFT2FontMap *, - PangoFontDescription const *, - Real); + PangoFontDescription const *, + Real); ~Pango_font (); - string description_string () const; + string description_string () const; SCM font_file_name () const; void register_font_file (string, string, int); @@ -59,10 +59,10 @@ public: PangoFontDescription * symbols_to_pango_font_description (SCM family, - SCM style, - SCM variant, - SCM weight, - SCM stretch); + SCM style, + SCM variant, + SCM weight, + SCM stretch); Font_metric * select_pango_font (Output_def *layout, SCM chain);