MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setAlphaThreshold

Method setAlphaThreshold

source/core/StarFont.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Font::setAlphaThreshold(uint8_t alphaThreshold) {
70 m_alphaThreshold = alphaThreshold;
71}
72
73unsigned Font::height() const {
74 return m_pixelSize;

Callers 1

loadFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected