121 virtual void ready () = 0;
152 "org.LeechCraft.Monocle.IPendingFontInfoRequest/1.0")
153 Q_DECLARE_INTERFACE (
LC::Monocle::IHaveFontInfo,
154 "org.LeechCraft.Monocle.IHaveFontInfo/1.0")
bool IsEmbedded_
Whether the font is embedded into the document.
A proxy object for a pending font info request.
QString LocalPath_
The path to the local font file used.
virtual QObject * GetQObject()=0
Returns this object as a QObject.
virtual QList< FontInfo > GetFontInfos() const =0
Returns the font information list for the document.
virtual ~IPendingFontInfoRequest()
Interface for querying font information in a document.
virtual void ready()=0
Notifies that the request is completed.
QList< FontInfo > FontInfos_t
A list of FontInfo structures.
QString FontName_
The name of the font as it appears in the document.
virtual IPendingFontInfoRequest * RequestFontInfos() const =0
Requests the font information for the document.