Message 1 of 1
GeneralNotes not lining up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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")