| Home | All functions | Categories |
vuFontUnload(*CSTRING), Signed
Unloads the specified font from the Windows font table, making it unavailable for use until reboot or reinstallation.
| Parameter | Data Type | Description |
|---|---|---|
| FontName | CSTRING(128) | Name of the font to unload |
1 (True) on success, 0 (False) on failure.
FontName = 'Californian FB'
vuFontUnload(FontName)
| Home | All functions | Categories |