Package: pango

Function pango:tab-array-new

Lambda List

pango:tab-array-new (size positions-in-pixel)

Arguments

size -- an integer for the initial number of tab stops to allocate, can be 0
positions-in-pixels -- a boolean whether positions are in pixel units

Return Value

The newly allocated pango:tab-array instance.

Details

Creates an array of size tab stops. Tab stops are specified in pixel units if positions-in-pixels is true, otherwise in Pango units. All stops are initially at position 0.
 

See also

2024-2-24