mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibGfx: Forward declare Gfx::FontMetrics as a struct
This commit is contained in:
parent
71f371f6b1
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