make the font bigger

master
Unknown 2017-10-08 00:29:13 +02:00
parent df5028dacf
commit 9d1f5a762d
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
g.SmoothingMode = SmoothingMode.AntiAlias;
g.InterpolationMode = InterpolationMode.HighQualityBicubic;
g.PixelOffsetMode = PixelOffsetMode.HighQuality;
g.DrawString(unixTimeToDateString(getCurrentUnixTime()), new Font("Arial", 8), Brushes.Black, rectf);
g.DrawString(unixTimeToDateString(getCurrentUnixTime()), new Font("Arial", 12), Brushes.White, rectf);
g.Flush();
}