movement stuff
This commit is contained in:
@@ -97,9 +97,7 @@ namespace Cabrito
|
||||
if (font == null)
|
||||
return (int)Height;
|
||||
|
||||
int h = (int)Mathf.Round(LineSpacing * (font.Height / Platform.DpiScale) * Scale.Y);
|
||||
Console.Print("height: " + LineSpacing.ToString());
|
||||
return h;
|
||||
return (int)Mathf.Round(LineSpacing * (font.Height / Platform.DpiScale) * Scale.Y);
|
||||
}
|
||||
|
||||
private int GetHeightInLines()
|
||||
|
||||
Reference in New Issue
Block a user