MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / FontTexture

Method FontTexture

SampleFramework12/v1.00/Graphics/SpriteFont.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235const Texture* SpriteFont::FontTexture() const
236{
237 return &texture;
238}
239
240Float2 SpriteFont::MeasureText(const wchar* text) const
241{

Callers 1

RenderTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected