At 11:31 AM -0400 6/29/02, Joseph Feld wrote:
Does anyone know of any way I can draw a string to a picture in memory at a
higher resolution for the text then 72dpi? Right now I'm using two separate
DrawString's to add text to a picture; one for the preview and one for the
actual print. I hate giving myself extra opportunities for typos! :-)
Well, you could encapsulate the two cases into one method.
Or, with RB 4.5, you could use the new vector graphics capabilities
(StringShape, in particular). This will save the string in a PICT
file as true vector information, i.e., infinite resolution.
Cheers,
- Joe
--
,------------------------------------------------------------------.
| Joseph J. Strout REAL Software, Inc. |
| joe at realsoftware dot com http://www.realsoftware.com |
`------------------------------------------------------------------'
|