obtain x,y coords of individual Chars in a gdi widget
Posted
by Jagan
on Stack Overflow
See other posts from Stack Overflow
or by Jagan
Published on 2009-10-05T16:27:09Z
Indexed on
2010/05/18
17:00 UTC
Read the original article
Hit count: 221
if i use textout("this text") with a particular font/style, i want to find out the (x,y) coords of 't' 'h' 'i' 's' chars. i cant use the printer route. how else can i obtain the individual x,y coords.
© Stack Overflow or respective owner