aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/cairo/PangoFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/cairo/PangoFont.h')
-rw-r--r--include/cru/platform/graphics/cairo/PangoFont.h3
1 files changed, 2 insertions, 1 deletions
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 <pango/pango.h>
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);