]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pango-font.hh
* mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
[lilypond.git] / lily / include / pango-font.hh
index fd8ad695273f71218108cbd69a3dabbd47a4dee4..dc21ccf684199089a65de939d4cd9569e5894818 100644 (file)
@@ -27,7 +27,11 @@ class Pango_font : public Font_metric
   Real scale_;
   Real output_scale_;
   SCM physical_font_tab_;
-  Direction text_direction_; 
+  Direction text_direction_;
+
+  map<string, Index_to_charcode_map > charcode_maps_;
+
+  Index_to_charcode_map const *get_index_to_charcode_map (string postscript_name, FT_Face face);
 public:
   SCM physical_font_tab () const;
   Pango_font (PangoFT2FontMap *,