Danovh Posted February 24, 2014 Share Posted February 24, 2014 Is there a limit on the size of text in a variable, I seem to get 72 Pt. no matter how large I make it. Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted February 24, 2014 Share Posted February 24, 2014 (edited) If you have copyfitting on, and you haven't modified the OnCopyfit rule, then the maximum size that copyfitting will produce is 72 points. In the MagnifyAttributes object in first line of the rule, 72 is the maximum point size, while 400 is the maximum magnification. So try changing the numbers in the rule, to something like this: if (!Copyfit(new MagnifyAttributes("text", 25, 800, 6, 200))) Edited February 24, 2014 by Dan Korn points, not DPI Quote Link to comment Share on other sites More sharing options...
Danovh Posted February 24, 2014 Author Share Posted February 24, 2014 Thank you Dan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.