.. _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 ========