diff options
author | crupest <crupest@outlook.com> | 2022-06-02 20:48:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-06-02 20:48:07 +0800 |
commit | 4b90152f16dccf271188777dfabb99e97745732d (patch) | |
tree | da7e54e41fc9add398734b6569fb7ef44081f33f /src/platform/graphics/cairo/PangoTextLayout.cpp | |
parent | 190487aec26f8c64ae488cc7bfb0ee068c7ddbb6 (diff) | |
download | cru-4b90152f16dccf271188777dfabb99e97745732d.tar.gz cru-4b90152f16dccf271188777dfabb99e97745732d.tar.bz2 cru-4b90152f16dccf271188777dfabb99e97745732d.zip |
...
Diffstat (limited to 'src/platform/graphics/cairo/PangoTextLayout.cpp')
-rw-r--r-- | src/platform/graphics/cairo/PangoTextLayout.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/platform/graphics/cairo/PangoTextLayout.cpp b/src/platform/graphics/cairo/PangoTextLayout.cpp new file mode 100644 index 00000000..65f2130e --- /dev/null +++ b/src/platform/graphics/cairo/PangoTextLayout.cpp @@ -0,0 +1,9 @@ +#include "cru/platform/graphics/cairo/PangoTextLayout.h" + +namespace cru::platform::graphics::cairo { +PangoTextLayout::PangoTextLayout(CairoGraphicsFactory* factory) + : CairoResource(factory) {} + +PangoTextLayout::~PangoTextLayout() {} + +} // namespace cru::platform::graphics::cairo |