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

Method maxHeight

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

Source from the content-addressed store, hash-verified

67 return 0;
68 }
69 int Font::maxHeight() const
70 {
71 if ( this->isValid() )
72 return this->Ymax;
73 return 0;
74 }
75 int Font::getTextWidth(const char *pszStr, int size)
76 {
77 if ( size < 0 || size > 3 )

Callers 1

blitStringMethod · 0.80

Calls 1

isValidMethod · 0.95

Tested by

no test coverage detected