Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ width
Method
width
bwapi/BWAPI/Source/BW/Font.cpp:94–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
return this != nullptr;
93
}
94
int FontChar::width() const
95
{
96
if ( this->isValid() )
97
return this->w;
98
return 0;
99
}
100
int FontChar::height() const
101
{
102
if ( this->isValid() )
Callers
12
updateOverlays
Method · 0.45
FixPoints
Function · 0.45
WindowProc
Function · 0.45
SetWMode
Function · 0.45
_SDrawCaptureScreen
Function · 0.45
parseText
Method · 0.45
setScreenPosition
Method · 0.45
moveToSelectedUnits
Method · 0.45
inScreen
Method · 0.45
getCharWidth
Method · 0.45
updateGraphicData
Method · 0.45
writeUnitInfo
Function · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected