Take fake bold font property into account.

Bug #4159731

For real this time!

Change-Id: I9cb6d70e68d2b57eb9a6d9a6bca8176967192421
This commit is contained in:
Romain Guy
2011-03-23 14:59:20 -07:00
parent aa5eb64a0c
commit c7b25be64f

View File

@@ -42,7 +42,7 @@ class FontRenderer;
class Font {
public:
enum Style {
kFakeBold
kFakeBold = 1
};
~Font();