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

Method GetOSHandle

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

* Get the native OS font handle, if there is one. * @return Opaque OS font handle. */

Source from the content-addressed store, hash-verified

112 * @return Opaque OS font handle.
113 */
114 virtual const void *GetOSHandle()
115 {
116 return nullptr;
117 }
118
119 /**
120 * Get the name of this font.

Callers 1

ShapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected