Link to home
Start Free TrialLog in
Avatar of Mukesh Jani
Mukesh Jani

asked on

large font print in text file

SET DEVICE TO FILE ccclist.TXT

 SET PRINTER FONT "FoxPrint",24
 
 @1,6 say  "THIS IS A TEST"
 
 
 SET PRINTER FONT "FoxPrint",12
 
 @4,10 say "NORMAL"
 
 SET DEVICE TO SCREEN
 
 RUN /N1 write.exe  D:\PROGRAM\ccclist.TXT
or
RUN /N1 wordpad D:\PROGRAM\ccclist.TXT

sir i want to print text file with large font how ?. Above code i write vfp6 . when i print director large fonts effect display but i want to disp effect in text file. which command i open  text file with large font . pl. guide me.
Thanks
SOLUTION
Avatar of DansDadUK
DansDadUK
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Bill Bach
Bill Bach
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This task has no universal solution but experts provided valuable opinions which can be used to decide about the final implementation. Unfortunately, author does not communicate at all.