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

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

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

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