func_graphics_max2d_loadimagefont.rst 514 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_max2d_loadimagefont:
  2. =============
  3. LoadImageFont
  4. =============
  5. LoadImageFont -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadImageFont:TImageFont( url:Object,size,style=SMOOTHFONT )
  10. Load an image font
  11. @style can be a combination of BOLDFONT, ITALICFONT and SMOOTHFONT
  12. flags. Use the SMOOTHFONT flag for improved filtering if the font is to be rotated or
  13. scaled.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. An image font object
  19. Examples
  20. ========
  21. See Also
  22. ========