LeechCraft Monocle  0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
LC::Monocle::FontInfo Struct Reference

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...
 

Detailed Description

Describes a single font.

Definition at line 44 of file ihavefontinfo.h.

Member Data Documentation

◆ FontName_

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.

◆ IsEmbedded_

bool LC::Monocle::FontInfo::IsEmbedded_

Whether the font is embedded into the document.

Definition at line 61 of file ihavefontinfo.h.

◆ LocalPath_

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.


The documentation for this struct was generated from the following file: