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

Unified Diff: lily/include/font-metric.hh

Issue 96083: SVG backend: On-the-fly conversion of Emmentaler/Aybabtu glyphs to paths (Closed)
Patch Set: Address Joe's comments Created 14 years, 8 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
Index: lily/include/font-metric.hh
diff --git a/lily/include/font-metric.hh b/lily/include/font-metric.hh
index 8346b4378a8c459a0b861a561c780552e25ce40e..5c1eb50be3e06e8e54d9003c69eb838f069a1cbd 100644
--- a/lily/include/font-metric.hh
+++ b/lily/include/font-metric.hh
@@ -28,8 +28,8 @@ public:
SCM description_;
string file_name_;
- virtual Stencil text_stencil (string) const;
- virtual Stencil word_stencil (string) const;
+ virtual Stencil text_stencil (string, bool) const;
+ virtual Stencil word_stencil (string, bool) const;
// ugh.
virtual Box text_dimension (string) const;

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