| Home | All functions | Categories |
vuFontLoad(*CSTRING), Signed
Loads the specified font into the Windows font table, making it available for immediate use without requiring a reboot.
| Parameter | Data Type | Description |
|---|---|---|
| FontName | CSTRING(128) | Name of the font to load |
1 (True) on success, 0 (False) on failure.
FontName = 'Californian FB'
vuFontLoad(FontName)
| Home | All functions | Categories |