dx3DFont%(font$,bold%,italic%,underline%,strikeout%)

Parameters

font$ = name of the font
bold% = set to true to load font with a bold attribute
italic% = set to true to load font with a italic attribute
underline% = set to true to load font with a underline attribute
strikeout% = set to true to load font with a strikeout attribute

Description

Loads a standard font for use with dxCreateText, returns true if successful. All subsequent dxCreateText calls will use this font until a new dx3DFront is called. This function is not to be confused with fonts loaded with LoadFont/dxLoadFont.