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:
Cody Albert
2018-09-28 17:20:34 -04:00
parent cb7e940899
commit c452e1373e

View File

@@ -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)