Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dlMakePenTable

dlMakePenTable(
[ x_maxPens]
) 
=> w_penTable / nil 

Description

Creates a pen table a display list can use.

Argument

x_maxPens

Number of pens in the pen table. It is best to create only as many pens as you plan to use; any unused pens waste memory. The pen numbers range from 0 to x_maxPens-1. The function returns the pen table, or nil if an error occurred. If not specified, the default number of pens is 64.

Related Topics

Display List Pen Functions


Return to top
 ⠀
X