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

Method GetLineCount

src/Nazara/Utility/SimpleTextDrawer.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 std::size_t SimpleTextDrawer::GetLineCount() const
116 {
117 if (!m_glyphUpdated)
118 UpdateGlyphs();
119
120 return m_lines.size();
121 }
122
123 UInt32 SimpleTextDrawer::GetStyle() const
124 {

Callers 1

GetHoveredGlyphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected