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

Commit ee061921 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am b5fa4909: DO NOT MERGE Take fake bold font property into account. Bug #4159731

* commit 'b5fa4909':
  DO NOT MERGE Take fake bold font property into account. Bug #4159731
parents a7605d3b b5fa4909
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();