From 82db3e226353183cf8337d993ba89ea265014d3a Mon Sep 17 00:00:00 2001 From: cents02 Date: Sat, 20 Jul 2019 16:33:33 +0000 Subject: Revert "More bug fixing." This reverts commit ca84ba516fc892deaeafc18b23ad5a06822b29f5 --- include/aoapplication.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/aoapplication.h b/include/aoapplication.h index 60856ee4..2eed7f23 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -195,6 +195,10 @@ public: //Returns the dimensions of widget with specified identifier from p_file pos_size_type get_element_dimensions(QString p_identifier, QString p_file); + //Returns the name of the font with p_identifier from p_file + QString get_font_name(QString p_identifier, QString p_file); + + //Returns the value of font_size with p_identifier from p_file int get_font_size(QString p_identifier, QString p_file); -- cgit