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