MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetMetric

Method SetMetric

Engine/source/EtRendering/GraphicsTypes/SpriteFont.cpp:96–99  ·  view source on GitHub ↗

--------------------------------- SpriteFont::SetMetric

Source from the content-addressed store, hash-verified

94// SpriteFont::SetMetric
95//
96void SpriteFont::SetMetric(FontMetric const& metric, wchar_t const& character)
97{
98 m_CharTable[character - s_MinCharId] = metric;
99}
100
101
102//===================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected