2.5 Compatible font for VFP9

Hi all;

I have asked others before, but no helpful answer:
What fornt should I use in my VFP application so older command would produce the exact results as in the old 2.5 DOS app

I have tried many different options and none are spaced right. I have been told to use monospaced fonts but nothing works... Any ideas

Thanks.


Answer this question

2.5 Compatible font for VFP9

  • Bubbinster

    Aleniko,

    Monospaced works (like Courier New). However they're true type fonts, you might be looking for Terminal,System,MSSansserif or foxfont.


  • SparkyFlooner

    Dave;

    Not sure why to do set disp to vga25... I'm refering to printouts.

    Thx.

  • Lambda88

    Monospaced instead of proportional.

    Easiest: COURIER or COURIER NEW.


  • jlowery

    you can also try..

    SET DISPLAY TO VGA25

    Dave M.


  • 2.5 Compatible font for VFP9