DrawText::SetFilters

DrawText::SetFilters
virtual void SetFilters(const Filter* filters, UPInt filtersCnt = 1) = 0;
Description

SetFilters sets filters on the text. More than one filter may be applied to one text. For example, a "blur" filter might be combined with either "glow" or "dropshadow" filter.

Parameters
Parameters 
Description 
const Filter* filters 
Pointer to the structure defining the filter that is set on the text. 
UPInt filtersCnt = 1 
Number of filters applied on the text.