Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba7c35dc authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Take fake bold font property into account. Bug #4159731"

parents f0e8f367 c7b25be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ class FontRenderer;
class Font {
public:
    enum Style {
        kFakeBold
        kFakeBold = 1
    };

    ~Font();