]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Tue, 21 Jun 2005 23:12:51 +0000 (23:12 +0000)
committerhanwen <hanwen>
Tue, 21 Jun 2005 23:12:51 +0000 (23:12 +0000)
ChangeLog
lily/include/freetype.hh

index a9e0f4495482c24ba0418cc9502d3a3bccafd26c..776b9736c8ca58a359ed8ed147f7170d4115af7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/ttf.cc (print_header): new file. Convert to type42, using
+       FreeType to parse the TTF. 
+
        * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
        and post table may differ. Pass around post_nglyphs as well.
 
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 */