This commit is contained in:
2013-04-15 12:59:30 +00:00
parent f9d3af6941
commit bc923f77a0
2 changed files with 3 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ namespace VEPROMS
if (fld.type.ToLower() == "text")
{
StepRTB tb = new StepRTB();
tb.Font = new Font("Arial", tb.Font.Size);
tb.Font = tb.FormatFont = new Font("Arial", 8);
string mystr = tb.FontTable;
_DicStepRtb.Add(fld.name, tb);
tb.MyItemInfo = pi as ItemInfo;