mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add FormSpec font styling options (#9763)
* Add FormSpec font styling options * Change multiplication to stof * Remove extraneous check
This commit is contained in:
parent
1dd6c8ed7f
commit
2bec83eec0
7 changed files with 105 additions and 11 deletions
|
@ -124,6 +124,9 @@ public:
|
|||
/** get default font size */
|
||||
unsigned int getDefaultFontSize();
|
||||
|
||||
/** get font size for a specific mode */
|
||||
unsigned int getFontSize(FontMode mode);
|
||||
|
||||
/** initialize font engine */
|
||||
void initialize(Settings* main_settings, gui::IGUIEnvironment* env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue