Added TabPtsPerChar to allow fmtxml to set this format variable

Adjust tab width for proportional font  (m.1 was wrapping onto 2 lines)
This commit is contained in:
2014-05-29 14:26:20 +00:00
parent 2e54123c79
commit 2d726d336a
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ namespace fmtxml
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,192,126";
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -16;
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 442;
fmtdata.SectData.StepSectionData.StpSectLayData.TabPtsPerChar = 6.2f;
fmtdata.SectData.StepSectionData.SequentialTabFormat[4].TabFormat = "{seq})";
fmtdata.SectData.StepSectionData.SequentialTabFormat[4].PrintTabFormat = "{seq})";
fmtdata.TransData.UseSpecificTransitionModifier = "true";