News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

DbgFont Add-In sample

Started by TimoVJL, March 10, 2013, 12:07:17 PM

Previous topic - Next topic

TimoVJL

Here is DbgFont Add-In sample for those, who want see bigger font in Symbol and Register windows.
May the source be with you

jj2007

#1
Great, thanks a lot, will test it asap!

P.S.: I copied it to \Masm32\PellesC\Bin\AddIns\DbgFont.dll but after restarting PoIDE, Tools/Options/Add-Ins doesn't show anything. What's the trick?

CLR

Hi jj2007
You can try Tools -> Customize... -> Add-ins.

jj2007

Thanks, I got it working. With good ol' SYSTEM_FIXED_FONT - a lot better than the built-in font ;-)

maya112