![]() |
LeechCraft Monocle
0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
|
Describes a single font. More...
#include "ihavefontinfo.h"
Public Attributes | |
QString | FontName_ |
The name of the font as it appears in the document. More... | |
QString | LocalPath_ |
The path to the local font file used. More... | |
bool | IsEmbedded_ |
Whether the font is embedded into the document. More... | |
Describes a single font.
Definition at line 44 of file ihavefontinfo.h.
QString LeechCraft::Monocle::FontInfo::FontName_ |
The name of the font as it appears in the document.
This name does not have to be equal to some commonly used name like "Droid Sans Mono".
Definition at line 51 of file ihavefontinfo.h.
bool LeechCraft::Monocle::FontInfo::IsEmbedded_ |
Whether the font is embedded into the document.
Definition at line 61 of file ihavefontinfo.h.
QString LeechCraft::Monocle::FontInfo::LocalPath_ |
The path to the local font file used.
This variable makes no sense if the font is embedded.
Definition at line 57 of file ihavefontinfo.h.