Package: pango

Function pango:tab-array-tabs

Lambda List

pango:tab-array-tabs (tabs)

Arguments

tabs -- a pango:tab-array instance

Return Value

The list of pango:tab-align values and positions for the tab stops in the tab array.

Details

Returns a list of alignment and positiongs of the tab stops in the tab array.

Example

(setf tabs (pango:tab-array-from-string "100 decimal:150 right:200"))
=> #<PANGO:TAB-ARRAY {1003CAF943}>
(pango:tab-array-tabs tabs)
=> ((:LEFT 100) (:DECIMAL 150) (:RIGHT 200))    
 

See also

2024-2-24