]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/freetype.hh
Imported Upstream version 2.18.0
[lilypond.git] / lily / include / freetype.hh
index 3ddc07e67fceb620856e6ad085758a148f9761c6..89104bc8880a19b7ad32fb9ba8b166ece8fe85b5 100644 (file)
 #ifndef FREETYPE_HH
 #define FREETYPE_HH
 
+// This include file loads the header file macros for FreeType.
 #include <ft2build.h>
 #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 */