1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:17: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 DisjointRectSet;
class Emoji; class Emoji;
class Font; class Font;
class FontMetrics;
class GlyphBitmap; class GlyphBitmap;
class ImageDecoder; class ImageDecoder;
struct FontMetrics;
template<typename T> template<typename T>
class Line; class Line;