12345678910111213141516171819202122232425262728293031323334353637 |
- .. _func_graphics_max2d_loadimagefont:
- =============
- LoadImageFont
- =============
- LoadImageFont -
- Description
- ===========
- .. code-block:: blitzmax
- LoadImageFont:TImageFont( url:Object,size,style=SMOOTHFONT )
- Load an image font
- @style can be a combination of BOLDFONT, ITALICFONT and SMOOTHFONT
- flags. Use the SMOOTHFONT flag for improved filtering if the font is to be rotated or
- scaled.
- Parameters
- ==========
- Return Values
- =============
- An image font object
- Examples
- ========
- See Also
- ========
|