RSDKv4 LoadFontFile¶ Deprecated This function was removed from RSDKv4 in REV02. Description¶ Loads a bitmap font from filePath for use with text menus. Parameters¶ filePath The path to the font. Return Value¶ None. Syntax¶ LoadFontFile(string filePath) Example¶ LoadFontFile("Data/Game/SystemText.gif")