C2017-036 Call method that finds a proportional font that supports the symbol characters we use.
This commit is contained in:
@@ -1048,14 +1048,15 @@ namespace Volian.Controls.Library
|
||||
get { return _CircleYOffset; }
|
||||
set { _CircleYOffset = value; if (_MyStepPanel != null) _MyStepPanel.Refresh(); }
|
||||
}
|
||||
private Font _CircleFont = new Font("Arial Unicode MS", 23);
|
||||
[Category("Circle")]
|
||||
[DisplayName("Circle Font")]
|
||||
public Font CircleFont
|
||||
{
|
||||
get { return _CircleFont; }
|
||||
set { _CircleFont = value; if(_MyStepPanel != null) _MyStepPanel.Refresh(); }
|
||||
}
|
||||
// Appears to not be used - JSJ - 11-13-2017
|
||||
//private Font _CircleFont = new Font("Arial Unicode MS", 23);
|
||||
//[Category("Circle")]
|
||||
//[DisplayName("Circle Font")]
|
||||
//public Font CircleFont
|
||||
//{
|
||||
// get { return _CircleFont; }
|
||||
// set { _CircleFont = value; if(_MyStepPanel != null) _MyStepPanel.Refresh(); }
|
||||
//}
|
||||
private Color _CircleColor = Color.Black;
|
||||
[Category("Circle")]
|
||||
[DisplayName("Circle Color")]
|
||||
|
Reference in New Issue
Block a user