]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/freetype.hh
*** empty log message ***
[lilypond.git] / lily / include / freetype.hh
1 /*
2   freetype.hh -- declare Freetype global settings.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef FREETYPE_HH
11 #define FREETYPE_HH
12
13 #include <ft2build.h>
14 #include FT_FREETYPE_H 
15
16 void init_freetype();
17 extern FT_Library freetype2_library;
18
19 #endif /* FREETYPE_HH */
20