]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/open-type-font.hh
* lily/ttf.cc (print_trailer): if all else fails: use
[lilypond.git] / lily / include / open-type-font.hh
index be1f85bf7accd9f04d06c47d2912beed86e2e191..c0490be6e5042f0c28c4908ad2313841888015a6 100644 (file)
@@ -18,6 +18,7 @@ using namespace std;
 typedef map<FT_UInt, FT_ULong> Index_to_charcode_map;
 Index_to_charcode_map make_index_to_charcode_map (FT_Face face);
 void get_unicode_name (char*s, FT_ULong code);
+void get_glyph_index_name (char*s, FT_ULong code);
 
 class Open_type_font : public Font_metric
 {