GetWindowsFonts
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns an array containing Windows fonts as string array. Fonts can be used to specify text element font to DrawGraphicsToDDSTextureAndSave and CaptureScreenshotAlt
Syntax
(fonts:array_var) GetWindowsFonts
Example
let my_array := GetWindowsFonts
Will return existing windows fonts in an array.