diff options
| author | cents02 <sens03.con@gmail.com> | 2019-07-20 16:33:33 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-07-20 16:33:33 +0000 |
| commit | 82db3e226353183cf8337d993ba89ea265014d3a (patch) | |
| tree | 13f61c9e36ab88a707deefcd321f47e82844c559 /include | |
| parent | 2a5d569511af7d9411cd73f2dfd329da38730dc0 (diff) | |
Revert "More bug fixing."
This reverts commit ca84ba516fc892deaeafc18b23ad5a06822b29f5
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
