CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: How to Print

  1. #1
    Join Date
    Sep 2001
    Posts
    2

    How to Print

    How to print the same word in both capitals and lower cases with same width.
    For example i want to print the word ANCHE & anche in a notepad with same width i;e it should occupy same width in both cases.


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: How to Print

    You must use non proportional font like Courier

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured