![]() |
LeechCraft Monocle
0.6.70-13605-g8cd066ad6a
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 43 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 50 of file ihavefontinfo.h.
| bool LC::Monocle::FontInfo::IsEmbedded_ |
Whether the font is embedded into the document.
Definition at line 60 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 56 of file ihavefontinfo.h.