MCPcopy 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

updateOverlaysMethod · 0.45
FixPointsFunction · 0.45
WindowProcFunction · 0.45
SetWModeFunction · 0.45
_SDrawCaptureScreenFunction · 0.45
parseTextMethod · 0.45
setScreenPositionMethod · 0.45
moveToSelectedUnitsMethod · 0.45
inScreenMethod · 0.45
getCharWidthMethod · 0.45
updateGraphicDataMethod · 0.45
writeUnitInfoFunction · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected