In Photoshop go into the text layer style and apply as shown.

You need 7 strokes to have no transparent pixel, otherwise 3 are good enough.

Photoshop styles

In Gimp go to Filters > Light and Shadow > Drop Shadow and apply as shown below.

Gimp Filters

Just copy and paste the code below

text-shadow:
0px -1px black, /* UP */
0px 1px black, /* DOWN */
-1px 0px black, /* LEFT */
1px 0px black, /* RIGHT */
-1px 1px black, /* UP LEFT */
1px -1px black, /* UP RIGHT */
-1px -1px black, /* DOWN LEFT */
1px 1px black; /* DOWN RIGHT */

Just copy and paste the code below

text-shadow:
0px -2px black, /* UP */
0px 2px black, /* DOWN */
-2px 0px black, /* LEFT */
2px 0px black, /* RIGHT */
-2px 2px black, /* UP LEFT */
2px -2px black, /* UP RIGHT */
-2px -2px black, /* DOWN LEFT */
2px 2px black; /* DOWN RIGHT */

Just copy and paste the code below

text-shadow:
0px -3px black, /* UP */
0px 3px black, /* DOWN */
-3px 0px black, /* LEFT */
3px 0px black, /* RIGHT */
-3px 3px black, /* UP LEFT */
3px -3px black, /* UP RIGHT */
-3px -3px black, /* DOWN LEFT */
3px 3px black; /* DOWN RIGHT */

Hello, this page serves as a demo and as a nice way to share my Ultima Online font. Here is the github page, below there is the download button.

I created the font by tracing every pixel by hand in Inkscape, then i imported everything in FontForge. It's a pixel-perfect replica. I used a WGL4 1.5 template, however, not every character was available in the game. It should still support most languages, as all the Latin, Greek, and Cyrillic characters are included.

The original font size is 20px, 15pt, or 1.25em. You can scale it by an integer to maintain the aspect ratio (20px, 40px, 60px, etc).

On Browsers, i made a CSS shadow for a font size of 20px. If you want to scale it to 40px add 1px, for 60px, add 2px and so on.

If scaled in Photoshop, you would first need to create the text as normal, apply the outline, then merge it into a layer and scale it as an image.

In Photoshop, be sure to disable text antialiasing and use at least 7 layers of stroke, click here for more details.

In Gimp, disable text antialiasing and for the outline, i recommend using Filters > Light and Shadow > Drop Shadow, click here for more details.

If you use this font in your project, credit is not required, but it is appreciated.