diff options
author | Romain Guy <romainguy@google.com> | 2011-03-23 14:59:20 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-03-23 17:59:44 -0700 |
commit | b5fa490995dff116b8a6fdc274bee6f6db4d0d0c (patch) | |
tree | 3f7b8ef048482639070881e4c3293f0a40f23359 /libs/hwui | |
parent | 2d09b855d5c0749ab845d3f2775125fea294f07c (diff) | |
download | frameworks_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/hwui')
-rw-r--r-- | libs/hwui/FontRenderer.h | 2 |
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(); |