docs

Home All functions Categories

vuFontLoad(FontName)

vuFontLoad(*CSTRING), Signed

Description

Loads the specified font into the Windows font table, making it available for immediate use without requiring a reboot.

Parameters

Parameter Data Type Description
FontName CSTRING(128) Name of the font to load

Returns

1 (True) on success, 0 (False) on failure.

Example

FontName = 'Californian FB'
vuFontLoad(FontName)
Home All functions Categories