GetTextCelTabStops

Retrieves tab stops table.

Synopsis

void GetTextCelTabStops (TextCel *tCel, uint16 tabStops[16])

Description

Retrieves the tab stops table for the text cel. A full table of 16 values is stored even if some of the values are unused. The end of the valid entries in the table is marked with a zero.

Arguments

tCel
Pointer to a TextCel structure.
tabStops
Pointer to an array of uint16 that receives the tab stops table.

Associated Files

lib3do.lib, textlib.h