GetFontFile

Revision as of 07:32, 25 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the path to the source-file (.fnt) of the specified font type (1-8). |name = GetFontFile |returnType = filePath:string_var |a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

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

Syntax

(filePath:string_var) GetFontFile fontType:int{1-8}

Example

let sFilePath := GetFontFile 2

See Also