Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / lily / freetype.cc
blob08d7733461d1c1d59e646fa5919559b5006a6d02
1 /*
2 freetype.cc -- implement Freetype routines.
4 source file of the GNU LilyPond music typesetter
6 (c) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #include "freetype.hh"
10 #include "warn.hh"
12 FT_Library freetype2_library;
14 void
15 init_freetype ()
17 int errorcode = FT_Init_FreeType (&freetype2_library);
18 if (errorcode)
19 error ("cannot initialize FreeType");