X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffreetype.hh;fp=lily%2Finclude%2Ffreetype.hh;h=89104bc8880a19b7ad32fb9ba8b166ece8fe85b5;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=3ddc07e67fceb620856e6ad085758a148f9761c6;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh index 3ddc07e67f..89104bc888 100644 --- a/lily/include/freetype.hh +++ b/lily/include/freetype.hh @@ -20,14 +20,21 @@ #ifndef FREETYPE_HH #define FREETYPE_HH +// This include file loads the header file macros for FreeType. #include #include FT_FREETYPE_H #include "std-string.hh" +#include "box.hh" void init_freetype (); extern FT_Library freetype2_library; string freetype_error_string (FT_Error code); +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 */