HISE Docs

ScriptLookAndFeel


Class methods

isImageLoaded

Checks if the image has been loaded into the look and feel obkect

ScriptLookAndFeel.isImageLoaded(String prettyName)



loadImage

Loads an image that can be used by the look and feel functions.

ScriptLookAndFeel.loadImage(String imageFile, String prettyName)



registerFunction

Registers a function that will be used for the custom look and feel.

ScriptLookAndFeel.registerFunction(var functionName, var function)



setGlobalFont

Set a global font.

ScriptLookAndFeel.setGlobalFont( String fontName, float fontSize)



unloadAllImages

Unload all images from the look and feel object.

ScriptLookAndFeel.unloadAllImages()