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

Unified Diff: lily/open-type-font.cc

Issue 561730043: Create skylines directly from glyph outlines. (Closed)
Patch Set: rebase Created 4 years, 10 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/pango-font.hh ('k') | lily/pango-font.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/open-type-font.cc
diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc
index d9154d37acab52d63462b68c58ac660bb762789b..ccf4d324bfdc45e9c920d6fd4c36fa60d1b9a26d 100644
--- a/lily/open-type-font.cc
+++ b/lily/open-type-font.cc
@@ -381,10 +381,12 @@ Open_type_font::get_glyph_outline_bbox (size_t signed_idx) const
return ly_FT_get_glyph_outline_bbox (face_, signed_idx);
}
-SCM
-Open_type_font::get_glyph_outline (size_t signed_idx) const
+void
+Open_type_font::add_outline_to_skyline (Lazy_skyline_pair *lazy,
+ Transform const &transform,
+ size_t signed_idx) const
{
- return ly_FT_get_glyph_outline (face_, signed_idx);
+ ly_FT_add_outline_to_skyline (lazy, transform, face_, signed_idx);
}
size_t
« no previous file with comments | « lily/include/pango-font.hh ('k') | lily/pango-font.cc » ('j') | no next file with comments »

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