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

Method GetFontCount

src/Nazara/Utility/SimpleTextDrawer.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 std::size_t SimpleTextDrawer::GetFontCount() const
84 {
85 return 1;
86 }
87
88 const AbstractTextDrawer::Glyph& SimpleTextDrawer::GetGlyph(std::size_t index) const
89 {

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected