mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfix: inexact font loading using font name, warning about font substitution
This commit is contained in:
@ -785,7 +785,7 @@ private:
|
||||
const PDFRealizedFontPointer& getRealizedFont() { return m_realizedFont.get(this, &PDFPageContentProcessor::getRealizedFontImpl); }
|
||||
|
||||
/// Returns realized font (or empty font, if font can't be realized)
|
||||
PDFRealizedFontPointer getRealizedFontImpl() const;
|
||||
PDFRealizedFontPointer getRealizedFontImpl();
|
||||
|
||||
/// Checks, if stroking color is valid
|
||||
void checkStrokingColor();
|
||||
|
Reference in New Issue
Block a user