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
This commit is contained in:
Romain Guy
2011-03-23 19:33:54 -07:00
committed by Android Git Automerger

View File

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