aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index f72e106..e800415 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -127,6 +127,9 @@ public:
//sets font size based on theme ini files
void set_font(QWidget *widget, QString class_name, QString p_identifier);
+ //Get the properly constructed font
+ QFont get_qfont(QString font_name, int f_pointsize);
+
//actual operation of setting the font on a widget
void set_qfont(QWidget *widget, QString class_name, QFont font, QColor f_color = Qt::black, bool bold = false);