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

Unified Diff: gm/coloremoji.cpp

Issue 23684041: improve bitmap font support (FreeType only) (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Correct selection logic, remove debug code. Created 7 years 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 | « no previous file | src/ports/SkFontConfigInterface_direct.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/coloremoji.cpp
===================================================================
--- gm/coloremoji.cpp (revision 12480)
+++ gm/coloremoji.cpp (working copy)
@@ -50,7 +50,6 @@
SkPaint paint;
paint.setTypeface(fTypeface);
- paint.setEmbeddedBitmapText(true);
bungeman-skia 2013/12/09 22:13:34 The 'embedded bitmap' flag was intended to be used
const char* text = "hamburgerfons";
« no previous file with comments | « no previous file | src/ports/SkFontConfigInterface_direct.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698