![]() |
LeechCraft Monocle
0.6.70-13729-g7046a9d2a7
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 LC::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 LC::Monocle::FontInfo::IsEmbedded_ |
Whether the font is embedded into the document.
Definition at line 61 of file ihavefontinfo.h.
QString LC::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.