]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/open-type-font.hh
* lily/ttf.cc (print_trailer): use it.
[lilypond.git] / lily / include / open-type-font.hh
index 462837e5956d8e48ce670db9cc1cbb57d89fdd53..be1f85bf7accd9f04d06c47d2912beed86e2e191 100644 (file)
@@ -17,6 +17,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);
 
 class Open_type_font : public Font_metric
 {