2

I have an older Windows source code text editor which I really like to use, but I want to replace its font -- however, it does not allow picking a font via an open font dialog, and I'm restricted to a bunch of choices, like "Courier New". Is it possible to replace Courier New on my system with another font, like Doid, so that the program would then display it (thinking it's Courier New)? Thanks!

(On a sidenote, the editor is called Netpadd; I once made it in Visual Basic, but I don't have that anymore.)

Edit: Wow. Karan edited & recompiled the program Netpadd on a VM and sent it to me, it now works like a charm with custom fonts!

2 Answers2

3

Since it's your own program and the source code is available, wouldn't it be easier to install XP in a VM, obtain a copy of VB6 from somewhere and recompile the program with the necessary changes? I think this would be preferable to replacing important system fonts like Courier, Arial and Times New Roman altogether.

Karan
  • 57,289
3

According to this question, you can rename fonts with Typograph. I have not tried it, but one of the reviews on their website specifically says it will rename fonts. It handles most font types: OpenType, TrueType and Type 1.

But I agree with Karan that it's better to leave important fonts unchanged.

hdhondt
  • 4,374