X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;h=14f14d92c0317248e97f12c221bfc69d985a31e5;hb=e6073c719af153e80ba9f31ed96040a3782a180a;hp=2297d6c1d8bf716f046371715215613d6fd33980;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 2297d6c1d8..14f14d92c0 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -1,9 +1,20 @@ /* - freetype.hh -- declare Freetype global settings. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2004--2012 Han-Wen Nienhuys - (c) 2004--2007 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef FREETYPE_HH @@ -13,11 +24,16 @@ #include FT_FREETYPE_H #include "std-string.hh" +#include "box.hh" void init_freetype (); extern FT_Library freetype2_library; -FT_Face open_ft_face (string str); +string freetype_error_string (FT_Error code); -#endif /* FREETYPE_HH */ +SCM box_to_scheme_lines (Box b); +Box ly_FT_get_unscaled_indexed_char_dimensions (FT_Face const &face, size_t signed_idx); +Box ly_FT_get_glyph_outline_bbox (FT_Face const &face, size_t signed_idx); +SCM ly_FT_get_glyph_outline (FT_Face const &face, size_t signed_idx); +#endif /* FREETYPE_HH */