Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ maxWidth
Method
maxWidth
bwapi/BWAPI/Source/BW/Font.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
int Font::maxWidth() const
64
{
65
if ( this->isValid() )
66
return this->Xmax;
67
return 0;
68
}
69
int Font::maxHeight() const
70
{
71
if ( this->isValid() )
Callers
2
getCharWidth
Method · 0.95
blitString
Method · 0.80
Calls
1
isValid
Method · 0.95
Tested by
no test coverage detected