I am writing text directly to a canvas.
I set the font (courier since it is fixed width by definition) and need to know how to find or calculate the space between the characters.
My goal is to calculate the location of each possible character on this canvas....i know how to find the character height and width and need to know how to find the spacing between characters.
Thanks in advance.
cppdev
I set the font (courier since it is fixed width by definition) and need to know how to find or calculate the space between the characters.
My goal is to calculate the location of each possible character on this canvas....i know how to find the character height and width and need to know how to find the spacing between characters.
Thanks in advance.
cppdev