]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pango-font.hh
*** empty log message ***
[lilypond.git] / lily / include / pango-font.hh
index fcf5984bacff4342a0a5c71100f6b88f889e9e5a..44c2bf4e5b5efc67d82b6d41393742e2b4ac4ade 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "config.hh"
 
-#if HAVE_PANGO16
+#if HAVE_PANGO_FT2
 
 #include <pango/pango.h>
 #include <pango/pangoft2.h>
@@ -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 *,
@@ -35,6 +39,7 @@ public:
              Real);
   ~Pango_font ();
 
+  string description_string () const; 
   SCM font_file_name () const;
   void register_font_file (string, string);
   Stencil text_stencil (string) const;