mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Support for MMType1 fonts, minor bugfixing
This commit is contained in:
@ -328,6 +328,10 @@ void PDFDocumentPropertiesDialog::initializeFonts(const pdf::PDFDocument* docume
|
||||
fontTypeString = tr("Type1 (8 bit keyed)");
|
||||
break;
|
||||
|
||||
case pdf::FontType::MMType1:
|
||||
fontTypeString = tr("MMType1 (8 bit keyed)");
|
||||
break;
|
||||
|
||||
case pdf::FontType::Type3:
|
||||
fontTypeString = tr("Type3 (content streams for font glyphs)");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user