GeneralNotes not lining up

GeneralNotes not lining up

TKey_Luttrell
Advocate Advocate
299 Views
0 Replies
Message 1 of 1

GeneralNotes not lining up

TKey_Luttrell
Advocate
Advocate

I am creating two generalNotes, right next to each other, using iLogic.  But the second one is showing up just SLIGHTLY lower than the other.  Would like to know why.  Attached is a screenshot which shows the two lines of text with a sketched line to show the offset, the code is below.

 

sText = "PL-1:"
oGeneralNote = oGeneralNotes.AddFitted(oTG.CreatePoint2d(dXCoord + dXIndent, dYCoord), sText)
		
oGeneralNotes.Item(index).TextStyle = oDrawDoc.StylesManager.TextStyles.Item("LAW_VERYSMALL_ROMAND")
		
index += 1
			
sText = PLASTIC_LAMINATE_1
oGeneralNote = oGeneralNotes.AddFitted(oTG.CreatePoint2d(dXCoord + dXIndent + dXTab, dYCoord), sText)
		
oGeneralNotes.Item(index).TextStyle = oDrawDoc.StylesManager.TextStyles.Item("LAW_VERYSMALL_ROMAND")
0 Likes
300 Views
0 Replies
Replies (0)