You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Change default font size for SlateFontInfo from 0 to 24
#rb matt.kuhlenschmidt [CL 4407965 by Cody Albert in Dev-Editor branch]
This commit is contained in:
@@ -36,7 +36,7 @@ FSlateFontInfo::FSlateFontInfo( )
|
||||
, FontMaterial(nullptr)
|
||||
, CompositeFont()
|
||||
, TypefaceFontName()
|
||||
, Size(0)
|
||||
, Size(24)
|
||||
, FontFallback(EFontFallback::FF_Max)
|
||||
#if WITH_EDITORONLY_DATA
|
||||
, Hinting_DEPRECATED(EFontHinting::Default)
|
||||
|
||||
Reference in New Issue
Block a user