lucasFont.createDefaultFont
Jump to navigation
Jump to search
Function
Client Only
Online and Offline
Available since Client 1.0.0
Font lucasFont.createDefaultFont(float size, string family, [ string style = "Regular" ])
The lucasFont.createDefaultFont function is used to create a font object using a default font.
Parameters
1) | float | size | The font size. |
2) | string | family | The font family name. |
3) | string | style | Optional, defaults to "Regular". The font family style. |
Return
Font | The font object that was created. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
font.measure
font.render
font.size