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

Method GetAscender

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

* Get the ascender value of the font. * @return The ascender value of the font. */

Source from the content-addressed store, hash-verified

63 * @return The ascender value of the font.
64 */
65 inline int GetAscender() const { return this->ascender; }
66
67 /**
68 * Get the descender value of the font.

Callers 1

FallbackVisualRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected