]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/freetype.hh
*** empty log message ***
[lilypond.git] / lily / include / freetype.hh
index ec20ab932d7e2a921ad9f1592f5de4b3de4c8d6d..2e549e741ee2966386b87e65277b47a3a12c04ef 100644 (file)
 #include <ft2build.h>
 #include FT_FREETYPE_H
 
+#include "string.hh"
+
 void init_freetype ();
 extern FT_Library freetype2_library;
 
+
+FT_Face open_ft_face (String str);
+
 #endif /* FREETYPE_HH */