Added flag CompressPropSubSup for compressing proportional fonts sub & superscript (used by Calvert)
Use CompressPropSubSup Use CompressPropSubSup
This commit is contained in:
@@ -214,7 +214,7 @@ namespace VEPROMS.CSLA.Library
|
||||
while (indx < Templates.Count)
|
||||
{
|
||||
// level of 0 starts a new group.
|
||||
if (Templates[indx].level == 0) TopTemplateTypes[Templates[indx + 1].type] = indx+1;
|
||||
if (Templates[indx].level == 0) TopTemplateTypes[Templates[indx + 1].type] = indx + 1;
|
||||
indx++;
|
||||
}
|
||||
}
|
||||
@@ -2139,6 +2139,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CompressHPSuper, "@CompressHPSuper");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CompressPropSubSup;
|
||||
public bool CompressPropSubSup
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CompressPropSubSup, "@CompressPropSubSup");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UndSpecialStepsFoldout;
|
||||
public bool UndSpecialStepsFoldout
|
||||
{
|
||||
|
Reference in New Issue
Block a user