| 2856 | } |
| 2857 | |
| 2858 | Uint32 Text::getVisualLineCount() { |
| 2859 | ensureVisualLinesUpdate(); |
| 2860 | return static_cast<Uint32>( mVisualLines.size() ); |
| 2861 | } |
| 2862 | |
| 2863 | void Text::forEachVisualLine( const VisualLineCallback& callback ) { |
| 2864 | ensureVisualLinesUpdate(); |