NextPrevUpTopContentsIndex

wrap-text-for-pane

Function
Summary

Wraps text for a given pane.

Package

capi

Signature

wrap-text-for-pane pane text => strings

Arguments

text

A string.

pane

A displayed CAPI pane.

Values

strings

A list of strings.

Description

The function wrap-text-for-pane takes a string text and returns a list of strings. Together the strings in strings contain all the non-whitespace characters of text and are suitable for displaying this text on pane . That is, each string has a display width no greater than the width of pane when drawn using the font of pane .

See also

wrap-text


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex