summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-03-23 14:59:20 -0700
committerRomain Guy <romainguy@google.com>2011-03-23 17:59:44 -0700
commitb5fa490995dff116b8a6fdc274bee6f6db4d0d0c (patch)
tree3f7b8ef048482639070881e4c3293f0a40f23359 /libs
parent2d09b855d5c0749ab845d3f2775125fea294f07c (diff)
downloadframeworks_base-b5fa490995dff116b8a6fdc274bee6f6db4d0d0c.zip
frameworks_base-b5fa490995dff116b8a6fdc274bee6f6db4d0d0c.tar.gz
frameworks_base-b5fa490995dff116b8a6fdc274bee6f6db4d0d0c.tar.bz2
DO NOT MERGE Take fake bold font property into account.
Bug #4159731 For real this time! Change-Id: I042eca64bfb355f8d60cec430eb942c900062761
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/FontRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/FontRenderer.h b/libs/hwui/FontRenderer.h
index 3a7aa96..f685d5f 100644
--- a/libs/hwui/FontRenderer.h
+++ b/libs/hwui/FontRenderer.h
@@ -42,7 +42,7 @@ class FontRenderer;
class Font {
public:
enum Style {
- kFakeBold
+ kFakeBold = 1
};
~Font();