vote up 0 vote down star

Greetings, Does anyone have a suggestion on how I can either, a) map text on a grid (what i imagine is a Cartesian system where each character has a (x,y) coordinate, or b) if a grid is not possible, somehow measure text for i)location of a character, difference (delta) between one text location and another x2-x1 horizontal or difference between one text location and another vertically y2-y1? I am on a PC and would require a suggested programming method or program suggestion (is there a PC based text program with this feature that anyone knows of)? Thanks so much in advance, c~tea

flag
Which O/S, programming language, and API[s] do you want to use? – ChrisW May 16 at 21:11
This isn't the clearest question ever. Do you mean "how can I obtain the x,y coordinates of the characters in a particular chunk of text, displayed in a particular font"? So, if I display "This is a line of text", you want to be able to find the coordinates of "T", "h", "i", "s", and so on? – Charlie Martin May 16 at 22:02

1 Answer

vote up 0 vote down

Thanks Charlie, you have asked my question more clearly than I. That is exactly what I am looking to do, determine the coordinate of any given character in any given text. I would standardize the font, size, margins and or text width, and line height and spacing. I envision a grid and or a mouse over to give the coordinate. I do not have any idea how to do this, although. Thoughts? Thanks in advance,

link|flag
You should edit your question to put this in or put it in a answer. Or people will miss it if the answer starts to come in and this answer moves down. And this is not really an answer anyway – paan May 23 at 3:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.