--------------------------------- SpriteFont::SetMetric
| 94 | // SpriteFont::SetMetric |
| 95 | // |
| 96 | void SpriteFont::SetMetric(FontMetric const& metric, wchar_t const& character) |
| 97 | { |
| 98 | m_CharTable[character - s_MinCharId] = metric; |
| 99 | } |
| 100 | |
| 101 | |
| 102 | //=================== |
nothing calls this directly
no outgoing calls
no test coverage detected