MCPcopy Create free account
hub / github.com/comaps/comaps / GetGlyphCount

Method GetGlyphCount

libs/drape_frontend/text_layout.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

CalculateLayoutMethod · 0.80
CreateOverlayHandleMethod · 0.80
PathTextHandleMethod · 0.80
DrawMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected