MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetHeight

Method GetHeight

GTE/Graphics/Font.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int32_t Font::GetHeight() const
97{
98 return (mTexture ? mTexture->GetHeight() : 0);
99}
100
101int32_t Font::GetWidth(std::string const& message) const
102{

Callers 12

TypesetMethod · 0.45
EnableMethod · 0.45
DX11Texture2Method · 0.45
DX11Texture2ArrayMethod · 0.45
DX11TextureRTMethod · 0.45
CopyBackBufferMethod · 0.45
DX11Texture3Method · 0.45
EnableMethod · 0.45
DX11TextureDSMethod · 0.45
SaveToPNGMethod · 0.45
SaveToPNGMethod · 0.45
SaveToJPEGMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected