MNS - C2018-024 I in Arial font changed to I in TimesNewRoman for Step Tabs and Transitions

This commit is contained in:
Rich
2018-08-07 14:45:54 +00:00
parent 63932cd2c9
commit 234b6561f9
4 changed files with 40 additions and 1 deletions

View File

@@ -2681,6 +2681,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _DontResetIndentOnNewline, "@DontResetIndentOnNewline");
}
}
// C2018-024 I in Arial font changed to I in TimesNewRoman
private LazyLoad<bool> _ChangeFontUpperCaseIinArial;
public bool ChangeFontUpperCaseIinArial
{
get
{
return LazyLoad(ref _ChangeFontUpperCaseIinArial, "@ChangeFontUpperCaseIinArial");
}
}
}
#endregion
#region TextTypeValue