LeechCraft Monocle 0.6.70-16373-g319c272718
Modular document viewer for LeechCraft
Loading...
Searching...
No Matches
LC::Monocle::IHaveFontInfo Class Referenceabstract

Interface for querying font information in a document. More...

#include "ihavefontinfo.h"

Public Member Functions

virtual ~IHaveFontInfo ()
 
virtual IPendingFontInfoRequestRequestFontInfos () const =0
 Requests the font information for the document.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IHaveFontInfo()

virtual LC::Monocle::IHaveFontInfo::~IHaveFontInfo ( )
inlinevirtual

Definition at line 111 of file ihavefontinfo.h.

Member Function Documentation

◆ RequestFontInfos()

virtual IPendingFontInfoRequest * LC::Monocle::IHaveFontInfo::RequestFontInfos ( ) const
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.

Returns
The pending font info request.
See also
IPendingFontInfoRequest

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