This commit is contained in:
parent
3a57cafc16
commit
912320affb
@ -71,9 +71,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
// TODO: eventually want styles
|
if (_WindowsFont == null)
|
||||||
//if (_WindowsFont == null)
|
{
|
||||||
//{
|
|
||||||
FontStyle style = FontStyle.Regular;
|
FontStyle style = FontStyle.Regular;
|
||||||
if (Style != E_Style.None)
|
if (Style != E_Style.None)
|
||||||
{
|
{
|
||||||
@ -85,7 +84,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
style |= FontStyle.Underline;
|
style |= FontStyle.Underline;
|
||||||
}
|
}
|
||||||
_WindowsFont = new Font(Family, (float)Size, style);
|
_WindowsFont = new Font(Family, (float)Size, style);
|
||||||
//}
|
}
|
||||||
return _WindowsFont;
|
return _WindowsFont;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user