Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(623)

Unified Diff: lily/include/freetype.hh

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Patch Set: Run astyle on c++ files Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/box.hh ('k') | lily/include/grob.hh » ('j') | lily/skyline.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/freetype.hh
diff --git a/lily/include/freetype.hh b/lily/include/freetype.hh
index 3ddc07e67fceb620856e6ad085758a148f9761c6..14f14d92c0317248e97f12c221bfc69d985a31e5 100644
--- a/lily/include/freetype.hh
+++ b/lily/include/freetype.hh
@@ -24,10 +24,16 @@
#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 */
« no previous file with comments | « lily/include/box.hh ('k') | lily/include/grob.hh » ('j') | lily/skyline.cc » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b