From ccf67fcbd182d739ac73c0beb5380c6862811d22 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 8 Jun 2022 22:30:50 +0800 Subject: ... --- include/cru/platform/graphics/cairo/PangoFont.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/cru/platform/graphics/cairo/PangoFont.h') diff --git a/include/cru/platform/graphics/cairo/PangoFont.h b/include/cru/platform/graphics/cairo/PangoFont.h index 0e080c18..3014739d 100644 --- a/include/cru/platform/graphics/cairo/PangoFont.h +++ b/include/cru/platform/graphics/cairo/PangoFont.h @@ -6,7 +6,8 @@ #include namespace cru::platform::graphics::cairo { -class PangoFont : public CairoResource, public virtual IFont { +class CRU_PLATFORM_GRAPHICS_CAIRO_API PangoFont : public CairoResource, + public virtual IFont { public: PangoFont(CairoGraphicsFactory* factory, String font_family, float font_size); -- cgit v1.2.3