diff options
author | crupest <crupest@outlook.com> | 2022-06-08 22:30:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-06-08 22:30:50 +0800 |
commit | ccf67fcbd182d739ac73c0beb5380c6862811d22 (patch) | |
tree | a6ac77a8c16e34e802d2e51e11411da700be3a31 /include/cru/platform/graphics/cairo/PangoTextLayout.h | |
parent | a61a9c8cad237c9e46ad80dae54bd210bb2692b8 (diff) | |
download | cru-ccf67fcbd182d739ac73c0beb5380c6862811d22.tar.gz cru-ccf67fcbd182d739ac73c0beb5380c6862811d22.tar.bz2 cru-ccf67fcbd182d739ac73c0beb5380c6862811d22.zip |
...
Diffstat (limited to 'include/cru/platform/graphics/cairo/PangoTextLayout.h')
-rw-r--r-- | include/cru/platform/graphics/cairo/PangoTextLayout.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/cairo/PangoTextLayout.h b/include/cru/platform/graphics/cairo/PangoTextLayout.h index 9b6d4791..cdc54e8d 100644 --- a/include/cru/platform/graphics/cairo/PangoTextLayout.h +++ b/include/cru/platform/graphics/cairo/PangoTextLayout.h @@ -6,7 +6,9 @@ #include <pango/pango.h> namespace cru::platform::graphics::cairo { -class PangoTextLayout : public CairoResource, public virtual ITextLayout { +class CRU_PLATFORM_GRAPHICS_CAIRO_API PangoTextLayout + : public CairoResource, + public virtual ITextLayout { public: PangoTextLayout(CairoGraphicsFactory* factory, std::shared_ptr<IFont> font); |