Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ pixelOffset
Method
pixelOffset
bwapi/BWAPI/Source/BW/Font.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
return this->data[index] & 7;
122
}
123
int FontChar::pixelOffset(int index) const
124
{
125
return this->data[index] >> 3;
126
}
127
}
Callers
1
blitString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected