![]() |
LeechCraft Monocle
0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
|
Interface for querying font information in a document. More...
#include "ihavefontinfo.h"
Public Member Functions | |
virtual | ~IHaveFontInfo () |
virtual IPendingFontInfoRequest * | RequestFontInfos () const =0 |
Requests the font information for the document. More... | |
Interface for querying font information in a document.
This interface can be implemented by documents supporting querying font information, like PDF.
Definition at line 129 of file ihavefontinfo.h.
|
inlinevirtual |
Definition at line 132 of file ihavefontinfo.h.
References Q_DECLARE_INTERFACE().
|
pure virtual |
Requests the font information for the document.
The returned object is self-owned, that is, it is destroyed shortly after becoming ready (and emitting IPendingFontInfoRequest::ready()).
This function may or may not block.