changing default font

  • Thread starter Thread starter Hellbringer616
  • Start date Start date
Status
Not open for further replies.
Scrubs is (was) a great show. RIP

Please show some facts to support your statements (so I can disprove them :-P).
You appear to be correct, though I was right about DirectDraw. I simply assumed they would use GDI to render font.
 
Last edited:
You were right about DirectDraw? What about the OpenGL driver? Does that use DirectDraw? Granted, it's not accessible through the normal config app, but it's still there and it sure as hell doesn't need DirectDraw.
 
You were right about DirectDraw? What about the OpenGL driver? Does that use DirectDraw? Granted, it's not accessible through the normal config app, but it's still there and it sure as hell doesn't need DirectDraw.
The game uses it for surfaces and whatnot, that's all.
 
My point was, why replace the font through DirectDraw when you can simply change the texture and make it work regardless of how the .exe draws it.
Hopefully you've already realized it's a bad idea. :-P
 
My point was, why replace the font through DirectDraw when you can simply change the texture and make it work regardless of how the .exe draws it.
Hopefully you've already realized it's a bad idea. :-P
I have.  :-D
 
Alright messing around in photoshop i was changing the image type (since it's indexed color and you can mess with it if it is)

I found a way to save the color table, is this the palette?
 
Status
Not open for further replies.
Back
Top