Volian.Base.Library & Baseline
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
@@ -11,7 +7,7 @@ namespace Volian.Base.Library
|
||||
public static class vlnFont
|
||||
{
|
||||
private static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static InstalledFontCollection _MyFontCollection = new InstalledFontCollection();
|
||||
private static readonly InstalledFontCollection _MyFontCollection = new InstalledFontCollection();
|
||||
private static string _ProportionalSymbolFont = null;
|
||||
// C2017-036 Look for suitable proportional font that will support the symbol characters used in PROMS
|
||||
// Microsoft removed Arial Unicode MS starting with Word16 (office 365 containing that version of Word)
|
||||
|
||||
Reference in New Issue
Block a user