Added flag CompressPropSubSup for compressing proportional fonts sub & superscript (used by Calvert)

Use CompressPropSubSup
Use  CompressPropSubSup
This commit is contained in:
2014-06-27 12:16:10 +00:00
parent 4b476ebd48
commit 9fb17c103c
6 changed files with 44 additions and 5 deletions

View File

@@ -433,6 +433,8 @@ namespace Volian.Print.Library
if (myFoldoutSection != null && myFoldoutSection.ItemID != mySection.ItemID) continue;
PrintOverride.CompressSuper = mySection.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.CompressHPSuper;
PrintOverride.CompressSub = mySection.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.CompressHPSub;
PrintOverride.CompressPropSubSup = mySection.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.CompressPropSubSup;
OnStatusChanged((mySection.DisplayNumber ?? "") == "" ? mySection.DisplayText : mySection.DisplayNumber, PromsPrinterStatusType.Progress, progress++);
// Set up Helper for the particular Section
if (_MyHelper == null)