lucasFont.createDefaultFont: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = lucasFont.createDefaultFont
|side = client
|type = function
|type = function
|name = lucasFont.createDefaultFont
|games = iii vc sa iv
|parameters = float size, string family, [ string style = "Regular" ]
|desc = create a font object using a default font
|parameter1 = float size The font size.
|arg1 = float size The font size.
|parameter2 = string family The font family name.
|arg2 = string family The font family name.
|parameter3 = string style optional "Regular" The font family style.
|arg3 = [string style = "Regular"] The font family style.
|returnTypes = Font
|return = Font the font object that was created
|usage = create a font object using a default font
|freturn = bool false
|returnInfo = the font object that was created
|returnFail1 = bool false
}}
}}
6,833

edits