mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 21:57:18 +00:00
LibGfx: Forward declare Gfx::FontMetrics as a struct
This commit is contained in:
parent
71f371f6b1
commit
73fe6c541a
Notes:
sideshowbarker
2024-07-18 03:28:36 +09:00
Author: https://github.com/awesomekling
Commit: 73fe6c541a
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ class Color;
|
|||
class DisjointRectSet;
|
||||
class Emoji;
|
||||
class Font;
|
||||
class FontMetrics;
|
||||
class GlyphBitmap;
|
||||
class ImageDecoder;
|
||||
struct FontMetrics;
|
||||
|
||||
template<typename T>
|
||||
class Line;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue