]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/freetype.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / freetype.hh
index 2be35459c6d01727ec5ed6b8df8919ec5ac87784..48805096363f5c123897f856924563406d069420 100644 (file)
@@ -3,18 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FREETYPE_HH
 #define FREETYPE_HH
 
 #include <ft2build.h>
-#include FT_FREETYPE_H 
+#include FT_FREETYPE_H
+
+#include "std-string.hh"
 
-void init_freetype();
+void init_freetype ();
 extern FT_Library freetype2_library;
 
+FT_Face open_ft_face (string str);
+
+string freetype_error_string (int code);
+
 #endif /* FREETYPE_HH */