LibGfx: Forward declare Gfx::FontMetrics as a struct

This commit is contained in:
Andreas Kling 2021-09-24 19:03:46 +02:00
commit 73fe6c541a
Notes: sideshowbarker 2024-07-18 03:28:36 +09:00

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;