func_maxgui_text_fontname.rst 425 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_maxgui_text_fontname:
  2. ========
  3. FontName
  4. ========
  5. FontName -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. FontName$(font:TGuiFont)
  10. Retrieves the corresponding property from the TGuiFont type instance.
  11. See Also: #LoadGuiFont, #RequestFont, #FontSize and #FontStyle
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. A string representing the name of the font.
  17. Examples
  18. ========
  19. See Also
  20. ========