Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!wang!tegra!phillips From: phillips@tegra.COM (Steve Phillips) Newsgroups: comp.lang.postscript Subject: Re: Real-world limits on path sizes Message-ID: <1217@io.tegra.COM> Date: 3 Aug 90 16:31:06 GMT References: <24004@uflorida.cis.ufl.EDU> Reply-To: phillips@io.UUCP (Steve Phillips) Distribution: usa Organization: Tegra-Varityper, Inc. Billerica, MA Lines: 27 In article <24004@uflorida.cis.ufl.EDU> bb@beach.cis.ufl.edu () writes: > >I have a question on effective path lengths. I am using the following >code, designed to accumulate the width of a multi-font string... [ description of limitcheck error on flattenpath deleted... ] You probably already know this, but I'll mention it anyway... :^) You can use the "setflat" operator to increase the number of characters you can do a flattenpath on. Setflat controls the closeness of the approximation when you convert each bezier to line segments, so by increasing the allowable error in the approximation you can decrease the number of line segments in the path. The limitcheck error is caused because you're exceeding the maximum number of path segments per path. I don't know what the limitation is for your printer, but on old LaserWriters I think it was 1500. - Steve -- ============================================================================ Steve Phillips Tegra-Varityper, Inc. tegra!phillips@uunet.com Billerica, MA ============================================================================