is there more detailed documentation other than the 1 liners for the cx and cy parameters of the drawTextxxx functions?
what I'm trying to do is to draw 2 piieces of text that are adjacent to each other and I have to use 2 different function calls because both texts have different attributes. I want to be able to draw the first piece and then draw the 2nd right after the first. I can't use bar coordinates because they vary depending on the users sets his bar spacing. I would like to be able to use the pixel spacing but the documentation is rather sparse.
Any ideas?
thanks, Bernie
what I'm trying to do is to draw 2 piieces of text that are adjacent to each other and I have to use 2 different function calls because both texts have different attributes. I want to be able to draw the first piece and then draw the 2nd right after the first. I can't use bar coordinates because they vary depending on the users sets his bar spacing. I would like to be able to use the pixel spacing but the documentation is rather sparse.
Any ideas?
thanks, Bernie
Comment