Re: Printer Fonts
- Posted by DerekParnell (admin) Feb 19, 2009
- 1090 views
AndyDrummond said...
I use Win32Lib to print documents in Windows XP SP3. I can select the usual font variants like underline & bold, but how can I select "outline"? Or the other variations like superscript & subscript - though those can be done by changing font size & text position. Outline can't. Any information?
Had a quick look at the Windows SDK and it seems that you need to use the GetGlyphOutline() API to get a bitmap of the font character's outline. Presumably you can then print this bitmap.
I suggest you consult the Windows websitre for more details.