diff options
| author | 2011-03-23 19:33:54 -0700 | |
|---|---|---|
| committer | 2011-03-23 19:33:54 -0700 | |
| commit | e28f83519a447b9f49a218d0b337e3921db24b39 (patch) | |
| tree | 3b38ff8ef18729802a60b57ab08e804e50a1a9cc | |
| parent | 842b914f26633aa94f3c63fbfc6a6b521904e1b8 (diff) | |
| parent | ee0619214934a6828b810f2e8a108bd461736ea9 (diff) | |
am ee061921: am b5fa4909: DO NOT MERGE Take fake bold font property into account. Bug #4159731
* commit 'ee0619214934a6828b810f2e8a108bd461736ea9':
DO NOT MERGE Take fake bold font property into account. Bug #4159731
| -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 3a7aa965bf05..f685d5f98ad2 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(); |