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

Method getWidth

src/Engine/Font.cpp:196–199  ·  view source on GitHub ↗

* Returns the maximum width for any character in the font. * @return Width in pixels. */

Source from the content-addressed store, hash-verified

194 * @return Width in pixels.
195 */
196int Font::getWidth() const
197{
198 return _width;
199}
200
201/**
202 * Returns the maximum height for any character in the font.

Callers 15

loadMethod · 0.45
initMethod · 0.45
SurfaceMethod · 0.45
ShaderBaseMethod · 0.45
ShaderBaseMethod · 0.45
MapMethod · 0.45
drawTerrainMethod · 0.45
PrimeGrenadeStateMethod · 0.45
CameraMethod · 0.45
resizeMethod · 0.45
mapOverMethod · 0.45
btnStatsClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected