Re: NOTEPAD.EXE - change the default font size?



From the website example, the size is indicated by

iPointSize REG_DWORD 0x6e

Open the key and change it to "decimal" if not already selected

Whatever size you want you add that along with a zero. For 9pts it would be
90 so 10pts is 100, 12 = 120 etc

I looked out of courisity rather than knowledge so I am not sure if this
will stay as the "default". Perhaps someone will step in if I'm wrong.

Sam


"Mad Scientist Jr" <usenet_daughter@xxxxxxxxx> wrote in message
news:1159195516.073355.302820@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
You can change the default font FACE like this:

http://www.jsifaq.com/SF/Tips/Tip.aspx?id=10096

but I don't see any registry entries for font size.

The default size is 10 pts, but I'd like to make it 8.

There is a registry key iPointSize, but it is 100 (decimal), so it
doesn't seem to be for font size.

Any ideas?

ps if anyone knows how to open notepad from a vbscript and specify the
window position & size, i could use that too



.