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

Method GetGlyphCount

src/Nazara/Utility/SimpleTextDrawer.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 std::size_t SimpleTextDrawer::GetGlyphCount() const
99 {
100 if (!m_glyphUpdated)
101 UpdateGlyphs();
102
103 return m_glyphs.size();
104 }
105
106 const AbstractTextDrawer::Line& SimpleTextDrawer::GetLine(std::size_t index) const
107 {

Callers 6

GetHoveredGlyphMethod · 0.80
WriteMethod · 0.80
OnKeyPressedMethod · 0.80
OnTextEnteredMethod · 0.80
RefreshCursorMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected