| 259 | } |
| 260 | |
| 261 | size_t TextLayout::GetGlyphCount() const |
| 262 | { |
| 263 | ASSERT_EQUAL(m_shapedGlyphs.m_glyphs.size(), m_glyphRegions.size(), ()); |
| 264 | return m_glyphRegions.size(); |
| 265 | } |
| 266 | |
| 267 | float TextLayout::GetPixelLength() const |
| 268 | { |
no test coverage detected