12345678910111213141516171819202122232425262728293031323334 |
- .. _func_maxgui_text_fontname:
- ========
- FontName
- ========
- FontName -
- Description
- ===========
- .. code-block:: blitzmax
- FontName$(font:TGuiFont)
- Retrieves the corresponding property from the TGuiFont type instance.
- See Also: #LoadGuiFont, #RequestFont, #FontSize and #FontStyle
- Parameters
- ==========
- Return Values
- =============
- A string representing the name of the font.
- Examples
- ========
- See Also
- ========
|