MCPcopy Create free account
hub / github.com/bwapi/bwapi / maxWidth

Method maxWidth

bwapi/BWAPI/Source/BW/Font.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 int Font::maxWidth() const
64 {
65 if ( this->isValid() )
66 return this->Xmax;
67 return 0;
68 }
69 int Font::maxHeight() const
70 {
71 if ( this->isValid() )

Callers 2

getCharWidthMethod · 0.95
blitStringMethod · 0.80

Calls 1

isValidMethod · 0.95

Tested by

no test coverage detected