aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/cairo/PangoFont.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-06-08 22:30:50 +0800
committercrupest <crupest@outlook.com>2022-06-08 22:30:50 +0800
commitccf67fcbd182d739ac73c0beb5380c6862811d22 (patch)
treea6ac77a8c16e34e802d2e51e11411da700be3a31 /include/cru/platform/graphics/cairo/PangoFont.h
parenta61a9c8cad237c9e46ad80dae54bd210bb2692b8 (diff)
downloadcru-ccf67fcbd182d739ac73c0beb5380c6862811d22.tar.gz
cru-ccf67fcbd182d739ac73c0beb5380c6862811d22.tar.bz2
cru-ccf67fcbd182d739ac73c0beb5380c6862811d22.zip
...
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);