Ref T30, allow to set font as string (stylesheet string)

This commit is contained in:
Klaus Basan
2017-07-04 23:10:48 +02:00
committed by Mathew Sutcliffe
parent 3780bc18e0
commit 0c7ead7977
4 changed files with 31 additions and 11 deletions

View File

@@ -156,6 +156,9 @@ namespace BlackGui
//! Update the fonts
bool updateFont(const QString &fontFamily, const QString &fontSize, const QString &fontStyle, const QString &fontWeight, const QString &fontColor);
//! Update the fonts
bool updateFont(const QString &qss);
//! Reset the font to default
bool resetFont();