blob: 65f2130e1f13448ee030251bf4eff9229c697993 (
plain)
1
2
3
4
5
6
7
8
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
|