This commit is contained in:
parent
8218cf8025
commit
52457bad6e
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user