F2021-066 Additional work Barakah. Limit font shrinking to font size of 8 and if can’t shrink to that size put out message
This commit is contained in:
@@ -169,6 +169,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return (LazyLoad(ref _FontShrinkAftLen, "@FontShrinkAftLen"));
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _FontTooSmallMsg; // F2021-066 message if can't shrink enough
|
||||
public string FontTooSmallMsg
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _FontTooSmallMsg, "@FontTooSmallMsg");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Override ToString
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user