Added flag CompressPropSubSup for compressing proportional fonts sub & superscript (used by Calvert)
Use CompressPropSubSup Use CompressPropSubSup
This commit is contained in:
@@ -7,8 +7,19 @@ namespace fmtxml
|
||||
{
|
||||
public partial class FmtFileToXml
|
||||
{
|
||||
private void AddBGEALNfmt(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.SectData.StepSectionData.CompressHPSub = "False";
|
||||
fmtdata.SectData.StepSectionData.CompressPropSubSup = "True";
|
||||
fmtdata.PrintData.SpecialCaseCalvert = "True";
|
||||
fmtdata.StepData[2].TabData.IdentEdit = "WINDOW ";
|
||||
fmtdata.StepData[2].TabData.Ident = "WINDOW ";
|
||||
fmtdata.StepData[42].UseOldTemplate = "True";
|
||||
}
|
||||
private void AddBGEEOPfmt(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.SectData.StepSectionData.CompressHPSub = "False";
|
||||
fmtdata.SectData.StepSectionData.CompressPropSubSup = "True";
|
||||
fmtdata.PrintData.UnitNumber = "True";
|
||||
fmtdata.PrintData.SpecialCaseCalvert = "True";
|
||||
fmtdata.SectData.SectionNumber.Level0Big = "True";
|
||||
|
Reference in New Issue
Block a user