Defines a default character size for Coyote Graphics routines (cgPlot, cgContour, etc.) IF !P.Charsize is set, the function simply returns !P.Charsize.
Graphics, Utilities
adjustsize: in, optional, type=boolean, default=0 If this keyword is set, the output character size is adjusted to fit the size of the output graphics window. No adjustment is ever done in PostScript. Applies only when !P.Charsize=0. font: in, optional, type=integer, default=!P.Font The font type: -1 = Hershey, 0 = hardware, 1 = true-type.
FANNING SOFTWARE CONSULTING:: David W. Fanning 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com
Change History:: Written, 11 January 2011. DWF. Added an ADJUSTSIZE keyword to allow adjustable sizing of characters in resizeable graphics windows. 24 April 2011. DWF. Made sure this program only adjusts text size on devices that support windows. 20 July 2011. DWF. Made PostScript default font sizes on Windows slightly larger to conform with function graphics output in IDL 8.2.3. 17 June 2013. DWF. Did what I *thought* I did on 17 June 2013. 14 January 2013. DWF.
Copyright (c) 2011-2014, Fanning Software Consulting, Inc.