Fast and easy method: offset text in 4 direction and draw it using the outline color, then without any offset draw it using the foreground color.
More and advanced method: like the first method, but instead of 4 directions write a loop that goes 1-360, then use sin/cos to offset the text depending on the angle and draw the outline. Note: you might want to step 25 degrees with this method.