| Home | All functions | Categories |
vuFontDirectory(), CSTRING
Returns the fully qualified path of the Windows font directory.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
The fully qualified path for the font directory.
MESSAGE('All fonts are stored in ' & vuFontDirectory())
Use this function in conjunction with vuFontLoad() to install and use customized fonts.
| Home | All functions | Categories |