|
-
August 17th, 2001, 06:33 AM
#1
Help in VB reqd
We are porting an existing application From C to VB.
In the dos system it prints some reports using font 8 'ROMAN'.The font is set using the statement
fprintf(fp1,"%c(8U\r",escape) while fp1 is declared as a file pointer.
But we are not able to find that font in VB (where we are using print
method of richtext box for printing).
The closest font( to roman) in VB is 'Times New Roman' but that is
not a true font so we will have indentation problems in using that.Is it possible to align the text in any font in RichText box?
Please give us the list of "True Fonts" that are available in VB.
Any pointers to printing in VB are welcome.
Thanks,
-arun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|