GetFontFile

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the path to the source-file (.fnt) of the specified font type (1-8, 10-89).

Syntax

[help]
(filePath:string_var) GetFontFile fontType:int{1-8, 10-89}

Example

let sFilePath := GetFontFile 2 

See Also