LoadFonts

From Nutscript Developer Wiki
Revision as of 00:19, 16 May 2017 by 123.141.225.115 (talk) (Created page with " GM:LoadFonts(font) ==Description== This function is called when Nutscript tries to load the fonts for the schema/framework. This usually used to make fonts that follows th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   GM:LoadFonts(font)

Description[edit]

This function is called when Nutscript tries to load the fonts for the schema/framework. This usually used to make fonts that follows the configs of the schema.

Arguments[edit]

  • string Font's Name

Return Values[edit]

return none

Examples[edit]

none.