Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ x
Method
x
bwapi/BWAPI/Source/BW/Font.cpp:106–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return 0;
105
}
106
int FontChar::x() const
107
{
108
if ( this->isValid() )
109
return this->_x;
110
return 0;
111
}
112
int FontChar::y() const
113
{
114
if ( this->isValid() )
Callers
1
blitString
Method · 0.80
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected