MCPcopy Create free account
hub / github.com/TheRealMJP/DXRPathTracer / CharDescriptors

Method CharDescriptors

SampleFramework12/v1.02/Graphics/SpriteFont.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199const SpriteFont::CharDesc* SpriteFont::CharDescriptors() const
200{
201 return charDescs;
202}
203
204const SpriteFont::CharDesc& SpriteFont::GetCharDescriptor(wchar character) const
205{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected