5.6. tsPostDelete

Syntax

Pascal

procedure tsPostDelete(PostIndex: tsInt);

C/C++

void tsPostDelete(tsInt PostIndex);

Description

If you don't need some post processors anymore you are able to delete them.

Params

PostIndex

This represents the Index of the post processor you want to delete. Starting with 0. There are also some special values for this parameter. For an complete list look in the Table Post Indizes.

Error Codes

TS_NO_ACTIVE_CONTEXT

If there was no context bound.

TS_NO_ACTIVE_FONT

If there is no font bound.

TS_INVALID_OPERATION

If the bound font isn't an font creator.