DO NOT MERGE Take fake bold font property into account.

Bug #4159731

For real this time!

Change-Id: I042eca64bfb355f8d60cec430eb942c900062761
This commit is contained in:
Romain Guy
2011-03-23 14:59:20 -07:00
parent 2d09b855d5
commit b5fa490995

View File

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