←back to thread

838 points bennettfeely | 1 comments | | HN request time: 0.203s | source
Show context
kccqzy ◴[] No.22943180[source]
The controls look great but the text looks off. I forgot the UI font in Windows 98 but perhaps it was Tahoma. Maybe try that and disable anti-aliasing. Better yet, get an image of how the actual font is rendered on Windows 98 and make the glyphs into a bitmap font. That would also sidestep all the font renderer differences between then and now.
replies(1): >>22943242 #
1. prezjordan ◴[] No.22943242[source]
I started off by bringing in MS Sans Serif from my windows 98 VM, but ditched it since it was rendering almost identically to Arial.

Making a webfont out of the original 8pt Tahoma sounds fun, but I am unsure if I have to do it manually. I was worried about having to provide bold glyphs, and wasn't sure how to make it scale while still looking pixelated. (That is, if I need to hand-draw an 8x7 lowercase 'e' do I also need to hand-draw the 24x21 version?)

Anyway, I cut it but agree I should get this right!