docs

Home All functions Categories

vuFontDirectory()

vuFontDirectory(), CSTRING

Description

Returns the fully qualified path of the Windows font directory.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

The fully qualified path for the font directory.

Example

MESSAGE('All fonts are stored in ' & vuFontDirectory())

Notes

Use this function in conjunction with vuFontLoad() to install and use customized fonts.

Home All functions Categories