CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/21 23:12:51
Modified files:
. : ChangeLog
lily/include : freetype.hh
Log message:
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3803&tr2=1.3804&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/freetype.hh.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3803 lilypond/ChangeLog:1.3804
--- lilypond/ChangeLog:1.3803 Tue Jun 21 22:05:44 2005
+++ lilypond/ChangeLog Tue Jun 21 23:12:51 2005
@@ -1,5 +1,8 @@
2005-06-22 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * 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: lilypond/lily/include/freetype.hh
diff -u lilypond/lily/include/freetype.hh:1.3
lilypond/lily/include/freetype.hh:1.4
--- lilypond/lily/include/freetype.hh:1.3 Thu Mar 10 14:36:12 2005
+++ lilypond/lily/include/freetype.hh Tue Jun 21 23:12:51 2005
@@ -12,8 +12,13 @@
#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 */
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs