MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetHeight

Method GetHeight

src/fontcache.h:59–59  ·  view source on GitHub ↗

* Get the height of the font. * @return The height of the font. */

Source from the content-addressed store, hash-verified

57 * @return The height of the font.
58 */
59 inline int GetHeight() const { return this->height; }
60
61 /**
62 * Get the ascender value of the font.

Callers 10

GetCharacterHeightFunction · 0.45
GetLeadingMethod · 0.45
FallbackVisualRunMethod · 0.45
GetLeadingMethod · 0.45
ShapeMethod · 0.45
GetLeadingMethod · 0.45
HFontFromFontFunction · 0.45
UniscribeShapeRunFunction · 0.45
GetLeadingMethod · 0.45
CoreTextVisualRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected