mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:07:46 +00:00
LibTTF: Add hack for recognizing fixed-width fonts
This commit is contained in:
parent
53d2073a66
commit
05d31cbeeb
2 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue