Poppler Qt5
0.74.0
|
#include <poppler-qt5.h>
Public Types | |
enum | Type { unknown, Type1, Type1C, Type1COT, Type3, TrueType, TrueTypeOT, CIDType0, CIDType0C, CIDType0COT, CIDTrueType, CIDTrueTypeOT } |
Public Member Functions | |
QString | file () const |
FontInfo (const FontInfo &fi) | |
bool | isEmbedded () const |
bool | isSubset () const |
QString | name () const |
FontInfo & | operator= (const FontInfo &fi) |
Type | type () const |
QString | typeName () const |
~FontInfo () | |
Container class for information about a font within a PDF document.
bool Poppler::FontInfo::isEmbedded | ( | ) | const |
Whether the font is embedded in the file, or not.
bool Poppler::FontInfo::isSubset | ( | ) | const |
Whether the font provided is only a subset of the full font or not.
This only has meaning if the font is embedded.
QString Poppler::FontInfo::name | ( | ) | const |
The name of the font.
Can be QString::null if the font has no name
Type Poppler::FontInfo::type | ( | ) | const |
The type of font encoding.
QString Poppler::FontInfo::typeName | ( | ) | const |