lucasFont.createFont
Jump to navigation
Jump to search
Function
Client Only
Online and Offline
Available since Client 1.0.0
Font lucasFont.createFont(Stream fontData, float size)
The lucasFont.createFont function is used to create a font object using a custom font.
Parameters
1) | Stream | fontData | The stream object containing font data. |
2) | float | size | The font size. |
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