I load a ttf file and create a bitmap (256x256) with transparent background, I then draw the characters (font glyphs) on the bitmap.
What I would like to do is create an thin (1 or 2 pixels) white outline around all the characters, maybe using edge detection.
How would I accomplish this?