68 MinimumLogicalFontSize,
77 virtual QObject* GetQObject () = 0;
86 virtual void SetFontFamily (FontFamily family,
const QFont& font) = 0;
95 virtual void SetFontSize (FontSize type,
int size) = 0;
103 virtual void SetFontSizeMultiplier (qreal factor) = 0;
108 return static_cast<uint
> (f);
113 return static_cast<uint
> (f);
116 Q_DECLARE_INTERFACE (
IWkFontsSettable,
"org.LeechCraft.IWkFontsSettable/1.0")
Interface to aid WebKit-like-view-containing tabs to expose the view fonts configuration to the user...
FontSize
Enumeration for possible font sizes.
uint qHash(IWkFontsSettable::FontFamily f)
FontFamily
Enumeration for possible font families.