Printout Fontsize Mystery
- To: mathgroup at smc.vnet.net
 - Subject: [mg113576] Printout Fontsize Mystery
 - From: Brad Rubin <bsrubin at stthomas.edu>
 - Date: Wed, 3 Nov 2010 02:55:09 -0500 (EST)
 
I have my Text style, Printout style environment set like so:
Cell[StyleData["Text", "Printout"],
 CellMargins->{{0, 0}, {5, 5}},
 FontFamily->"Times New Roman",
 FontSize->12,
 FontWeight->"Plain",
 FontSlant->"Plain"]
All of my magnification options are set to 1.
So, why does the print font look more like 10 point instead of 12?  
-- Brad