LeechCraft Monocle  0.6.70-13729-g7046a9d2a7
Modular document viewer for LeechCraft
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. More...
 

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 129 of file ihavefontinfo.h.

Constructor & Destructor Documentation

◆ ~IHaveFontInfo()

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

Definition at line 132 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: