Issue #123: Added version of Blend2D

This commit is contained in:
Jakub Melka
2024-02-25 15:47:39 +01:00
parent 03cbde9690
commit 1c3eca3971
3 changed files with 20 additions and 0 deletions

View File

@@ -153,6 +153,11 @@ QPaintEngine* PDFBLPaintDevice::paintEngine() const
return m_paintEngine;
}
uint32_t PDFBLPaintDevice::getVersion()
{
return BL_VERSION;
}
int PDFBLPaintDevice::metric(PaintDeviceMetric metric) const
{
switch (metric)