| 197 | } |
| 198 | |
| 199 | const SpriteFont::CharDesc* SpriteFont::CharDescriptors() const |
| 200 | { |
| 201 | return charDescs; |
| 202 | } |
| 203 | |
| 204 | const SpriteFont::CharDesc& SpriteFont::GetCharDescriptor(wchar character) const |
| 205 | { |
nothing calls this directly
no outgoing calls
no test coverage detected