Functions | |
FONT | font.load (STRING path) |
Load a font for use it later. More... | |
NIL | font.setdefault (FONT fnt) |
Sets a font as default for the function screen.print(). More... | |
NIL | font.setdefault (STRING path) |
Sets a font as default for the function screen.print(). More... | |
Manage pgf fonts.
FONT font.load | ( | STRING | path | ) |
Load a font for use it later.
path | Path to the font to load (pgf format). |
NIL font.setdefault | ( | FONT | fnt | ) |
Sets a font as default for the function screen.print().
fnt | a font already loaded. You can omit this argument, then returns the OneLua's default font. |
NIL font.setdefault | ( | STRING | path | ) |
Sets a font as default for the function screen.print().
path | Path to the font to load (pgf format). |