Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ height
Method
height
bwapi/BWAPI/Source/BW/Font.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
return 0;
99
}
100
int FontChar::height() const
101
{
102
if ( this->isValid() )
103
return this->h;
104
return 0;
105
}
106
int FontChar::x() const
107
{
108
if ( this->isValid() )
Callers
11
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
updateGraphicData
Method · 0.45
writeUnitInfo
Function · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected