This commit is contained in:
Kathy Ruffing 2010-10-20 16:53:59 +00:00
parent 8218cf8025
commit 52457bad6e

View File

@ -215,7 +215,7 @@ namespace Volian.Controls.Library
Font = formatFont; Font = formatFont;
else else
{ {
if (VlnSettings.DebugMode) if (VlnSettings.DebugMode || VlnSettings.ProductionMode)
Font = new Font(_MyFontFamily == null ? formatFont.FontFamily : _MyFontFamily, formatFont.Size, formatFont.Style); Font = new Font(_MyFontFamily == null ? formatFont.FontFamily : _MyFontFamily, formatFont.Size, formatFont.Style);
else else
Font = new Font("Bookman Old Style", formatFont.Size, formatFont.Style); Font = new Font("Bookman Old Style", formatFont.Size, formatFont.Style);