Version 1 (modified by gambini, 5 years ago)
--

Loading fonts

The rocket table in Lua exposes the LoadFontFace() function for loading a supported font file from Lua. The function takes a single string as a parameter, the file name of the font to load.

rocket.LoadFontFace("../assets/Delicious-Roman.ttf")
rocket.LoadFontFace("../assets/Delicious-Bold.ttf")