diff --git a/PROMS/Volian.Print.Library/vlnPrintObject.cs b/PROMS/Volian.Print.Library/vlnPrintObject.cs index 35ba7441..7b73f385 100644 --- a/PROMS/Volian.Print.Library/vlnPrintObject.cs +++ b/PROMS/Volian.Print.Library/vlnPrintObject.cs @@ -121,7 +121,7 @@ namespace Volian.Print.Library vlnParagraph myParagraph = this as vlnParagraph; if (myParagraph != null) { - if (myParagraph.MyItemInfo.FormatStepData.Font.Family == "Prestige Elite Tall") + if (myParagraph.MyItemInfo.FormatStepData != null && myParagraph.MyItemInfo.FormatStepData.Font.Family == "Prestige Elite Tall") { Chunk chk = RemoveLastCharacter(iParagraph); float heightAllButOne = GetHeight(cb, iParagraph, width, throwException);