#include <AttributeChecker.h>
|
| virtual bool16 | operator() (IDrawingStyle *style, UID story, TextIndex start, int32 length) const =0 |
| |
| bool16 | OnlyCheckParaAttrs () const |
| |
|
| bool16 | fOnlyCheckParaAttrs |
| |
This class is used to test ranges of text for recomposition by IGlobalRecompose.
- See Also
- IGlobalRecompose
| virtual bool16 AttributeChecker::operator() | ( | IDrawingStyle * | style, | | | UID | story, | | | TextIndex | start, | | | int32 | length | | ) | | const |
| pure virtual |
- Parameters
| style | is the compressed summary of all text attributes. |
| story | is the story being examined. |
| start | is the beginning position of the range in question. |
| length | is the length of the range. |
- Returns
- kTrue if the desired range should be damaged, kFalse to leave the range alone.