> "David" == David Huard <[EMAIL PROTECTED]> writes:
David> Hi all, Is there a way to align text vertically so that the
David> characters sit on a continuous line ? When I do text(.5,
David> .5, 'abc', verticalalignment='center') text(.6, .5, 'pqr',
David> verticalalignment='c
Hi all, Is there a way to align text vertically so that the characters sit on a continuous line ? When I dotext(.5, .5, 'abc', verticalalignment='center')text(.6, .5, 'pqr', verticalalignment='center')
both words are not aligned since the bars of p and q push the text upwards. I get similar problem