1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:07:44 +00:00

LibTTF: Add hack for recognizing fixed-width fonts

This commit is contained in:
Stephan Unverwerth 2021-01-03 19:37:34 +01:00 committed by Andreas Kling
parent 53d2073a66
commit 05d31cbeeb
2 changed files with 8 additions and 1 deletions

View file

@ -78,7 +78,7 @@ public:
String family() const;
String variant() const;
u16 weight() const;
bool is_fixed_width() const { return false; } /* TODO */
bool is_fixed_width() const;
private:
enum class Offsets {