2.50 FAQ-486 What should I do if the text label size on a worksheet created in Origin 8.5 appears much bigger when opening in later version?

Last Update: 10/13/2016

If you've created a worksheet with a text label on it using Origin 8.5, you may find that the text label became much larger when opened in later Origin versions.

To solve this problem, you can open the problem OPJ/OTW file and then click Window: Script Window. Paste the following script into the script window.

doc -e w
{
	page.textsizecorr=1;
	doc -uw;
}

Select the script in the Script Window and press Enter. Please note that this solution only works for version 8.6 or later.


Keywords:worksheet,text label, size, large, Origin 8.5