diff options
author | Romain Guy <romainguy@google.com> | 2011-03-23 14:59:20 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-03-23 14:59:20 -0700 |
commit | c7b25be64f679e78dfa79080b44be18c9974004c (patch) | |
tree | 7b76d12d36f6fbb8399ab520b7ed35257b767cde /libs/hwui | |
parent | aa5eb64a0c0709a05731a934c033f213d6dbcc2f (diff) | |
download | frameworks_base-c7b25be64f679e78dfa79080b44be18c9974004c.zip frameworks_base-c7b25be64f679e78dfa79080b44be18c9974004c.tar.gz frameworks_base-c7b25be64f679e78dfa79080b44be18c9974004c.tar.bz2 |
Take fake bold font property into account.
Bug #4159731
For real this time!
Change-Id: I9cb6d70e68d2b57eb9a6d9a6bca8176967192421
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(); |