From c7b25be64f679e78dfa79080b44be18c9974004c Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 23 Mar 2011 14:59:20 -0700 Subject: Take fake bold font property into account. Bug #4159731 For real this time! Change-Id: I9cb6d70e68d2b57eb9a6d9a6bca8176967192421 --- libs/hwui/FontRenderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') 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(); -- cgit v1.2.3-59-g8ed1b