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

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

DO NOT MERGE Take fake bold font property into account.

Bug #4159731

For real this time!

Change-Id: I042eca64bfb355f8d60cec430eb942c900062761
parent 2d09b855
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();