MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getHeight

Method getHeight

src/Engine/Font.cpp:205–208  ·  view source on GitHub ↗

* Returns the maximum height for any character in the font. * @return Height in pixels. */

Source from the content-addressed store, hash-verified

203 * @return Height in pixels.
204 */
205int Font::getHeight() const
206{
207 return _height;
208}
209
210/**
211 * Returns the spacing for any character in the font.

Callers 15

loadMethod · 0.45
SurfaceMethod · 0.45
ShaderBaseMethod · 0.45
ShaderBaseMethod · 0.45
setupAmbushMethod · 0.45
findFirePointMethod · 0.45
MapMethod · 0.45
drawTerrainMethod · 0.45
setHeightMethod · 0.45
performMeleeAttackMethod · 0.45
thinkMethod · 0.45
PrimeGrenadeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected