mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Minor bugfixes
This commit is contained in:
@ -30,9 +30,8 @@ PDFRenderer::PDFRenderer(const PDFDocument* document, const PDFFontCache* fontCa
|
||||
Q_ASSERT(document);
|
||||
}
|
||||
|
||||
// TODO: Dodelat features, napr. antialiasing
|
||||
// TODO: Dodelat rotovani stranek
|
||||
// TODO: Dodelat obrazky
|
||||
// TODO: Dodelat obrazky - SMOOTH
|
||||
|
||||
QList<PDFRenderError> PDFRenderer::render(QPainter* painter, const QRectF& rectangle, size_t pageIndex) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user