From 153b9dc71fee4222b6d9d58d99c75c008b66ce5b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 21 Jun 2005 23:12:51 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 +++ lily/include/freetype.hh | 5 +++++ 2 files changed, 8 insertions(+) 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 */ -- 2.39.2