Chapter 5. Post Processing

Table of Contents

5.1. tsPostAddFillColor
5.2. tsPostAddFillPattern
5.3. tsPostAddBorder
5.4. tsPostAddShadow
5.5. tsPostAddCustom
5.6. tsPostDelete
5.7. tsPostAddUsage
5.8. tsPostClearUsage

The post processors are one of the powerfull things in this library. They will automaticaly applied to all created chars. Also you have the possibility to limit these operations to specific chars or an range.

[Important] Important

The post processor are getting called if an char gets created. This can be minutes or hours after you has created the fonts. So make sure all external data is valid for the time. Unless you have deactivated the generation of chars with the parameter TS_CREATOR_CREATE_CHARS or you deleted the post processors.

Index Value Description
TS_POST_INDEX_ALL -2 This value is an represantation for all existing post processors. The operation will be applied to all post processors.
TS_POST_INDEX_LAST -1 This indicates the last added post processor. The operation will only applied to him.
Any other value the value It's an direct index to one post processor. So you are able to change an usage or delete one of the first processors without touching one other.

Table 5.1. Post Processor Indexes