[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: string-width
- To: info-mcl@cambridge.apple.com, "Steve Casner" <Steve_Casner@qmgate.arc.nasa.gov>
- Subject: Re: string-width
- From: Michael Burks <mb1i+@andrew.cmu.edu>
- Date: Tue, 28 Dec 1993 21:10:10 -0500 (EST)
- Cc:
- In-reply-to: <9312282331.AA26082@mx.nsi.nasa.gov>
Excerpts from internet.listserv.info-mcl: 28-Dec-93 string-width by
"Steve Casner"@qmgate.ar
> anyone know why the function: (string-width string &optional
fontSpec) returns
> the same value for any string that is wider than about 1500 pixels? Changing
> the size of the current grafPort doesn't seem to help.
>
>
The limit isn't 1500 pixels, it's 255 characters, the size of a
Macintosh Str255.
- References:
- string-width
- From: "Steve Casner" <Steve_Casner@qmgate.arc.nasa.gov>