Code fix
This commit is contained in:
@@ -282,7 +282,7 @@ namespace FlaxEngine.GUI
|
||||
Render2D.PopClip();
|
||||
}
|
||||
|
||||
Font GetFont()
|
||||
private Font GetFont()
|
||||
{
|
||||
Font font;
|
||||
if (Bold)
|
||||
@@ -294,7 +294,7 @@ namespace FlaxEngine.GUI
|
||||
return font;
|
||||
}
|
||||
|
||||
LocalizedString ConvertedText()
|
||||
private LocalizedString ConvertedText()
|
||||
{
|
||||
LocalizedString text = _text;
|
||||
switch (CaseOption)
|
||||
|
||||
@@ -125,7 +125,7 @@ namespace FlaxEngine.GUI
|
||||
return font.MeasureText(ConvertedText(), ref _layout);
|
||||
}
|
||||
|
||||
Font GetFont()
|
||||
private Font GetFont()
|
||||
{
|
||||
Font font;
|
||||
if (Bold)
|
||||
@@ -137,7 +137,7 @@ namespace FlaxEngine.GUI
|
||||
return font;
|
||||
}
|
||||
|
||||
string ConvertedText()
|
||||
private string ConvertedText()
|
||||
{
|
||||
string text = _text;
|
||||
switch (CaseOption)
|
||||
|
||||
Reference in New Issue
Block a user