1
Fork 0
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:
Andreas Kling 2021-09-24 19:03:46 +02:00
parent 71f371f6b1
commit 73fe6c541a

View file

@ -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;