Open karlmsmith opened 6 years ago
Under PyFerret, the default text size is set depending on the window "inch" size, as well as SET WINDOW /TEXTPROM=... value (this option is properly implemented in PyFerret where it is exactly a scaling factor for text; under Ferret a "hack" was used that didn't work well so that option was disabled). So each window in PyFerret has their own "AXLSZE" and "TXLSZE". But most users don't change the "inch" size of the display window (being a PyFerret-only option), but rather just scale the default size as in Ferret.
I could intercepting these PPL commands to reset the default values for all windows. And if one issues a /TEXTPROM=... or /XINCH=... or /YINCH=... option to SET WINDOW it would then go back to current behavior for that window. Just noticed the explanation of /XINCH /YINCH and that of /XPIXEL /YPIXEL are swapped.
This also applies to the PPL LABSET command
Text in online documentation for /XINCH /YINCH and /XPIXEL /YPIXEL for SET WINDOW corrected (swapped).
From Billy: