Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I print with huge fonts?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01589794
Message ID:
01589844
Views:
61
I would try to accomplish this via simple GDI+ routine:

- create Font instance with required font size
- create Bitmap instance of required dimensions
- write a text on the Bitmap
- save the Bitmap to image file
- print the file
Previous
Reply
Map
View

Click here to load this message in the networking platform