Article # 469, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Printing text and graphics to the printer.
Q. My application prints text and graphics to the printer. When I print, all of the grobj objects print fine, but my text is too small, and my graphics don't print at all. A. You are probably using the system font (which is a bitmap font). Bitmap fonts are not scaled, so on a printer with high DPI, the bitmap font is printed very small. To print bitmaps to the printer, you need to use the GrDrawBitmap() functions, not GrDrawImage().