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