Changed the Continuous Action Paragraph type to a Fix Spacing Paragraph in the Prairie Island IFG formats.
This commit is contained in:
parent
779670e70d
commit
e27c61e016
@ -1248,6 +1248,17 @@ namespace fmtxml
|
|||||||
// Note5
|
// Note5
|
||||||
fmtdata.StepData[32].Inactive = "True";
|
fmtdata.StepData[32].Inactive = "True";
|
||||||
|
|
||||||
|
//change Continuous Action Paragraph to a Fix Pitched font paragraph
|
||||||
|
fmtdata.StepData[47].WidthOverride = "425";
|
||||||
|
fmtdata.StepData[47].Font.FontFamily = "Consolas";
|
||||||
|
fmtdata.StepData[47].Font.FontSize = "11";
|
||||||
|
fmtdata.StepData[47].Font.CPI = "12";
|
||||||
|
fmtdata.StepData[47].StepEditData.TypeMenu.MenuItem = "Fixed Spacing Paragraph";
|
||||||
|
fmtdata.StepData[47].TabData.IdentEdit = "";
|
||||||
|
fmtdata.StepData[47].TabData.Ident = "";
|
||||||
|
fmtdata.StepData[47].TabData.RNOIdentEdit = "";
|
||||||
|
fmtdata.StepData[47].TabData.RNOIdent = "";
|
||||||
|
|
||||||
// Add Procedure Information
|
// Add Procedure Information
|
||||||
fmtdata.ProcData.Psi.x = 415;
|
fmtdata.ProcData.Psi.x = 415;
|
||||||
fmtdata.ProcData.Psi.y = 112;
|
fmtdata.ProcData.Psi.y = 112;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user