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

Method getSpacing

src/Engine/Font.cpp:216–219  ·  view source on GitHub ↗

* Returns the spacing for any character in the font. * @return Spacing in pixels. * @note This does not refer to character spacing within the surface, * but to the spacing used between multiple characters in a line. */

Source from the content-addressed store, hash-verified

214 * but to the spacing used between multiple characters in a line.
215 */
216int Font::getSpacing() const
217{
218 return _spacing;
219}
220
221/**
222 * Returns the dimensions of a particular character in the font.

Callers 11

drawGridMethod · 0.80
addRowMethod · 0.80
initTextMethod · 0.80
setBigMethod · 0.80
setSmallMethod · 0.80
updateVisibleMethod · 0.80
drawMethod · 0.80
blitMethod · 0.80
mouseOverMethod · 0.80
setDropdownMethod · 0.80
getLineXMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected