okular
Okular::FontInfo Class Reference
#include <fontinfo.h>
Detailed Description
A small class that represents the information of a font.Definition at line 27 of file fontinfo.h.
Public Types | |
| enum | FontType { Unknown, Type1, Type1C, Type1COT, Type3, TrueType, TrueTypeOT, CIDType0, CIDType0C, CIDType0COT, CIDTrueType, CIDTrueTypeOT } |
| enum | EmbedType { NotEmbedded, EmbeddedSubset, FullyEmbedded } |
| typedef QList< FontInfo > | List |
Public Member Functions | |
| FontInfo () | |
| FontInfo (const FontInfo &fi) | |
| ~FontInfo () | |
| QString | name () const |
| void | setName (const QString &name) |
| FontType | type () const |
| void | setType (FontType type) |
| EmbedType | embedType () const |
| void | setEmbedType (EmbedType type) |
| QString | file () const |
| void | setFile (const QString &file) |
| FontInfo & | operator= (const FontInfo &fi) |
| bool | operator== (const FontInfo &fi) const |
| bool | operator!= (const FontInfo &fi) const |
Member Typedef Documentation
| typedef QList<FontInfo> Okular::FontInfo::List |
Definition at line 30 of file fontinfo.h.
Member Enumeration Documentation
The possible kinds of fonts.
- Enumerator:
-
Unknown Type1 Type1C Type1COT Type3 TrueType TrueTypeOT CIDType0 CIDType0C CIDType0COT CIDTrueType CIDTrueTypeOT
Definition at line 35 of file fontinfo.h.
Constructor & Destructor Documentation
| FontInfo::FontInfo | ( | ) |
| FontInfo::FontInfo | ( | const FontInfo & | fi | ) |
| FontInfo::~FontInfo | ( | ) |
Member Function Documentation
| QString FontInfo::name | ( | ) | const |
| void FontInfo::setName | ( | const QString & | name | ) |
| FontInfo::FontType FontInfo::type | ( | ) | const |
| void FontInfo::setType | ( | FontInfo::FontType | type | ) |
| FontInfo::EmbedType FontInfo::embedType | ( | ) | const |
| void FontInfo::setEmbedType | ( | FontInfo::EmbedType | type | ) |
| QString FontInfo::file | ( | ) | const |
In case of not embedded font, returns the path of the font that represents this font.
Definition at line 83 of file fontinfo.cpp.
| void FontInfo::setFile | ( | const QString & | file | ) |
Definition at line 88 of file fontinfo.cpp.
Definition at line 103 of file fontinfo.cpp.
| bool FontInfo::operator== | ( | const FontInfo & | fi | ) | const |
| bool FontInfo::operator!= | ( | const FontInfo & | fi | ) | const |
Definition at line 98 of file fontinfo.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference