6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = lucasFont.createDefaultFont | ||
|side = client | |||
|type = function | |type = function | ||
| | |games = iii vc sa iv | ||
| | |desc = create a font object using a default font | ||
| | |arg1 = float size The font size. | ||
| | |arg2 = string family The font family name. | ||
| | |arg3 = [string style = "Regular"] The font family style. | ||
| | |return = Font the font object that was created | ||
|freturn = bool false | |||
| | |||
}} | }} |
edits