]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/open-type-font.hh
Issue 4965: Create and use Grob::parent_relative
[lilypond.git] / lily / include / open-type-font.hh
index f08d4fa71c5e53e338056aa929416ffb64a4b415..b86a560a73272bc4dc6b963c850a7fcc05f15924 100644 (file)
@@ -30,6 +30,7 @@ class Open_type_font : public Font_metric
 {
   /* handle to face object */
   FT_Face face_;
+  string postscript_name_;
 
   SCM lily_subfonts_;
   SCM lily_character_table_;
@@ -65,5 +66,6 @@ public:
 
 string get_otf_table (FT_Face face, const string &tag);
 FT_Face open_ft_face (const string&, FT_Long idx);
+string get_postscript_name (FT_Face face);
 
 #endif /* OPEN_TYPE_FONT_HH */