]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pango-font.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / pango-font.hh
index 3d435af9ca5ccba2640c63abcc76674f01bc421c..b92eb60c429d8af7da3403a671a645f1d75546a0 100644 (file)
@@ -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);