Ok from experiments and other tests, I have a query that may seem strange.


Ok what I have is x-fonts with n-height for text on a single line.


I also have set the TA_BASELINE|TA_UPDATECP in the SetTextAlign of the cdc.


what I have learned by doing all this is that when move to a point on the cdc and start drawing text, the base line of the text, regardless of font, is that point. Base line is defined as the base of the charcters with 'y' and 'g' tails droping below the base line.


The question I have, with the information above, How do I determin the next comfortable base line/ base point, for the next line text?


Thanks in advance

Shawn