#include <djv_text.h>
Public Attributes | |
| size_t | a |
| Indicates where the matched pattern starts on the first TextZone instance. | |
| size_t | b |
| Indicates where the matched pattern ends on the last TextZone instance. | |
| SimpleArray< AutoPtr< TextZone > > | zones |
| TextZone instances which forms the matched pattern. | |
| Rect | rect |
| The union of the rectangles of TextZone instances. | |
This structure represents a series of TextZone instances which forms the matched pattern.
Indicates where the matched pattern starts on the first TextZone instance.
If the first text zone has "This" and the searched text is "is", then a is 2.
Indicates where the matched pattern ends on the last TextZone instance.
If the last text zone has "theme" and the searched text is "the", then b is 3.
The union of the rectangles of TextZone instances.
This roughly indicates where the matched pattern is found.
TextZone instances which forms the matched pattern.