| 666 | } |
| 667 | |
| 668 | void PiuTextEnd(PiuText* self) |
| 669 | { |
| 670 | PiuApplication* application = (*self)->application; |
| 671 | if (application) |
| 672 | PiuTextComputeStyles(self, application, (*application)->view); |
| 673 | PiuContentReflow(self, piuSizeChanged); |
| 674 | } |
| 675 | |
| 676 | void PiuTextEndNode(PiuText* self, PiuTextKind kind) |
| 677 | { |
no test coverage detected