SetEditBoxFont
Description
Sets the font to use for this edit box, must have been previously loaded with LoadFont. Use 0 to return the edit box to its default font.
Definition
SetEditBoxFont( index, fontID )
void agk::SetEditBoxFont( UINT index, UINT fontID )
Parameters
- index - The ID of the edit box to modify.
- fontID - The ID of the font to use, 0 for default font.