I have to write a program that chops off the top half of words. My query is this: In VB(.NET), is it possible to put text into an image file and then edit individual pixels of this file? If not, does anybody know of a language that will allow this?
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Hiding lines of text
Using GDI+, draw the text on a canvas, then crop the top half of the text off. It shouldn't be too difficult, except you may have to know the exact size of the drawn text.