Add font styling options to tables and textlists (#10203)

This commit is contained in:
v-rob
2020-08-11 11:07:17 -07:00
committed by GitHub
parent abfea69e5f
commit cd0e213a36
3 changed files with 34 additions and 1 deletions

View File

@@ -123,6 +123,12 @@ class GUITable : public gui::IGUIElement
// Autoscroll to make the selected row fully visible
void setSelected(s32 index);
//! Sets another skin independent font. If this is set to zero, the button uses the font of the skin.
virtual void setOverrideFont(gui::IGUIFont *font = nullptr);
//! Gets the override font (if any)
virtual gui::IGUIFont *getOverrideFont() const;
/* Get selection, scroll position and opened (sub)trees */
DynamicData getDynamicData() const;