Get Text Position after know the string width

  • Thread starter Thread starter LOOI YS
  • Start date Start date
L

LOOI YS

Hello all,

How can i get the position of the string after I perform the below
statement.

SizeF sizeString =
g.MeasureString("01234567890123456789012345678901234567890123456789012",
fontTimesRoman, 200,
StringFormat.GenericTypographic);

From the above, I have a character width say 200. Now I want to know where
is the character at with the string width of 200.
How to do that?


Many Thx,
 
Hi Looi,

You've had no response yet because your question is unclear.

|| How can i get the position of the string...

In relation to what??

|| Where is the character at with the string width of 200.

??

Regards,
Fergus
 
Back
Top