Changed the table font to Consolas for Shearon Harris

Fixed the Through transition
This commit is contained in:
2013-12-17 18:07:01 +00:00
parent 8b3f72d3f7
commit 480c9c121e
3 changed files with 7 additions and 0 deletions

View File

@@ -1574,6 +1574,9 @@ namespace fmtxml
fmtdata.BoxData[2].TxtWidth = 432;
fmtdata.TransData.TransTypeData[6].TransFormat = ""; // not used and not supported in code
fmtdata.TransData.TransTypeData[7].TransFormat = "";
// tables
fmtdata.StepData[8].Font.FontFamily = "Consolas";
fmtdata.StepData[10].Font.FontFamily = "Consolas";
}
private void AddSHESSDfmt(ref FormatData fmtdata)
{