Support decimal values in Font sizes
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="size">The font characters size.</param>
|
||||
/// <returns>The created font object.</returns>
|
||||
API_FUNCTION() Font* CreateFont(int32 size);
|
||||
API_FUNCTION() Font* CreateFont(float size);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the font with bold style. Returns itself or creates a new virtual font asset using this font but with bold option enabled.
|
||||
|
||||
Reference in New Issue
Block a user