tabs = pango.TabArray(initial_size, positions_in_pixels)
initial_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.
This function returns the newly allocated Pango tab array, which should be freed with ptabarray:Free().