Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
int32_t Font::GetHeight() const
97
{
98
return (mTexture ? mTexture->GetHeight() : 0);
99
}
100
101
int32_t Font::GetWidth(std::string const& message) const
102
{
Callers
12
Typeset
Method · 0.45
Enable
Method · 0.45
DX11Texture2
Method · 0.45
DX11Texture2Array
Method · 0.45
DX11TextureRT
Method · 0.45
CopyBackBuffer
Method · 0.45
DX11Texture3
Method · 0.45
Enable
Method · 0.45
DX11TextureDS
Method · 0.45
SaveToPNG
Method · 0.45
SaveToPNG
Method · 0.45
SaveToJPEG
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected