-
-
Notifications
You must be signed in to change notification settings - Fork 53
GetFont
Otavio edited this page Jul 21, 2021
·
4 revisions
This functions returns the current font being used by a widget.
This function returns an instance of FGUI::FONT
. It can be either a void*
in case you're using DirectX or a 'unsigned int' If you are using Valve's wrapper.
This function is mostly used internally to re-use the widget font on other elements inside that same widget.
NOTE: This function is not meant to be used outside the library, unless you know what you're doing.
List of widgets that are using this function:
- All of them.
Widgets that can use this function:
- All of them.
Next you will learn about the GetKey function.
You can also read the library comments/functions for additional info.