Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: tools/SkShaper.h

Issue 2201153002: SkShaper: optionally disable harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-08-02 (Tuesday) 18:27:47 EDT Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tools.gyp ('k') | tools/SkShaper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/SkShaper.h
diff --git a/tools/SkShaper.h b/tools/SkShaper.h
index 5aa93a7dbcea508f5484af81404e5c161cd2e312..bc78be7d541e73a5f69eecda1bbc356205ac48c4 100644
--- a/tools/SkShaper.h
+++ b/tools/SkShaper.h
@@ -17,8 +17,10 @@ class SkPaint;
class SkTextBlobBuilder;
/**
- Shapes text using harfbuzz and places the shaped text into a
+ Shapes text using HarfBuzz and places the shaped text into a
TextBlob.
+
+ If compiled without HarfBuzz, fall back on SkPaint::textToGlyphs.
*/
class SkShaper {
public:
« no previous file with comments | « gyp/tools.gyp ('k') | tools/SkShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698