From: hanwen Date: Tue, 21 Jun 2005 23:12:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.32~10 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=01f09221f3c7120130c8ef3f4d0becc78dcdcc82;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a9e0f44954..776b9736c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-22 Han-Wen Nienhuys + * 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. diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index ec20ab932d..2e549e741e 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -12,8 +12,13 @@ #include #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 */