This commit is contained in:
Kathy Ruffing 2011-05-19 13:29:14 +00:00
parent 2e40ad7e8f
commit 01e6948f1e

View File

@ -59,7 +59,7 @@ namespace VEPROMS
tb.Enter += new System.EventHandler(this.FieldStepRTB_Enter);
// see if config has data for this field, i.e. search for the 'name'
string val = procConfig.GetValue("PSI", fld.name);
DisplayText dt = new DisplayText(val, new VE_Font("Arial", 10, E_Style.None), false);
DisplayText dt = new DisplayText(val, new VE_Font("Arial", 10, E_Style.None, 12), false);
StringBuilder sb = new StringBuilder();
sb.Append(@"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset2 Arial;}");
sb.Append(@"{\f1\fnil\fcharset0 Arial Unicode MS;}}{\colortbl ;\red255\green0\blue0;}");