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

Commit c7b25be6 authored by Romain Guy's avatar Romain Guy
Browse files

Take fake bold font property into account.

Bug #4159731

For real this time!

Change-Id: I9cb6d70e68d2b57eb9a6d9a6bca8176967192421
parent aa5eb64a
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();