Reset the text effect */
| 27 | |
| 28 | /** Reset the text effect */ |
| 29 | void Reset() |
| 30 | { |
| 31 | this->MarkDirty(); |
| 32 | this->width_normal = 0; |
| 33 | this->mode = TE_INVALID; |
| 34 | } |
| 35 | |
| 36 | inline bool IsValid() const { return this->mode != TE_INVALID; } |
| 37 | }; |
no test coverage detected