From: AF on
Hello,

I have a problem to implement a printer driver. My implementation of
DrvStrokePath only provides points for lines. The flags PO_BEZIERS and
PO_ELLIPSE are never set it I print a bezier out from MS Word for
instance. I thied to call PATHOBJ_vEnumStart and then PATHOBJ_bEnum to
receive PATHDATA, but the flag "PD_BEZIERS" of PATHDATA is never set to.

Maybe someone knows what I am doing wrong.
Many thanks for help.


AF