GetWindowsFonts

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns an array containing Windows fonts as string array. Fonts can be used to specify text element font to DrawGraphicsToDDSTextureAndSave and CaptureScreenshotAlt

Syntax

[help]
(fonts:array_var) GetWindowsFonts

Example

let my_array := GetWindowsFonts

Will return existing windows fonts in an array.

See Also