![]() |
LeechCraft Monocle 0.6.70-16373-g319c272718
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. | |
Interface for querying font information in a document.
This interface can be implemented by documents supporting querying font information, like PDF.
Definition at line 108 of file ihavefontinfo.h.
|
inlinevirtual |
Definition at line 111 of file ihavefontinfo.h.
|
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.