7.5

Table Of Contents
callppd("Tray", "4")
endif()
endif()
CharPath (procedure)
Creates a path in the shape and size of a text string, in the currently active style.
Syntax
charpath(string)
Argument
None
Example
This example creates a path of the word "Text" and applies it as a clipping path on the coffee_time bitmap. This creates the
word Text where the filling texture is the cofee_time image.
moveto(&width / 2, &height / 2)
charpath('TEST')
clippath()
moveto(0,0)
showbitmap('coffee_time',&document.picturecolorres,&width,&height)
Result:
ClearPage (procedure)
Clears the current data page and loads the next one. This command should only be used before reading the next page of data
from the input stream. It is strictly for use within a User-Define Emulation and generally follows DoForm (procedure).
Syntax
clearpage()
Argument
None
©2010 Objectif Lune Inc - 413 -