]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/freetype.hh
* flower
[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 #ifndef FREETYPE_HH
10 #define FREETYPE_HH
11
12 #include <ft2build.h>
13 #include FT_FREETYPE_H
14
15 void init_freetype ();
16 extern FT_Library freetype2_library;
17
18 #endif /* FREETYPE_HH */
19