Tech Support > Microsoft Windows > Drivers > creating SVG print driver (new to driver dev)
creating SVG print driver (new to driver dev)
Posted by Surixurient on June 24th, 2005


How to get font name,family,size,(other things i know from the GDI LOGFONT
structure) from the ddi structures and functions?

I am modifying the DDK sample oleps and writing to my svgfile in the various
OEM entries in ddihook.cpp

2nd Question: what .lib to link to FONTOBJ_pxoGetXform and
XFORMOBJ_iGetXform?