|
Poppler Qt6 25.10.90
|
#include <poppler-qt6.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) |
| QString | substituteName () const |
| 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 a null QString if the font has no name
| QString Poppler::FontInfo::substituteName | ( | ) | const |
The name of the substitute font.
Can be a null QString if the font has no substitute font
| Type Poppler::FontInfo::type | ( | ) | const |
The type of font encoding.
| QString Poppler::FontInfo::typeName | ( | ) | const |