I have 5 pages of text fragments I have to display and don't want to set the font data for each call to TextPrint. I imagine there is a way to set the default font. I've tried preview.setFont(null, myFontData) without success and PrintJob nor DefaultGridLook have such a method.

Anyone know ?

Pierre