* Get the number of runs in this line. * @return The number of runs. */
| 172 | * @return The number of runs. |
| 173 | */ |
| 174 | int FallbackParagraphLayout::FallbackLine::CountRuns() const |
| 175 | { |
| 176 | return (uint)this->size(); |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Get a specific visual run. |
no test coverage detected