Greetings!
I have an application where a vector font is printed. There are a few
parameters (line width and colour, # of rows and columns) that can be
adjusted for printing. What I wonder is how I would best integrate it into
the printing framework of an MFC SDI application.
In particular, I wonder about the following things:
- There is a print setup dialog, but that seems to only be a printer setup
dialog - is there a way I can add controls to influence the generated
layout?
- Also, using the print preview, is there a way to either start the print
setup dialog or a custom setup dialog so that you can quicker see the
effects of your changes?
- Lastly, though not that important, why are there only three zoom levels in
the preview? I observe that anything between one and ten pixels shows up
the same in the preview, but different on the printer - I guess one could
see the differences when zooming in closer ... is there a way to?
cheers
Uli