Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void Font::setAlphaThreshold(uint8_t alphaThreshold) {
70
m_alphaThreshold = alphaThreshold;
71
}
72
73
unsigned Font::height() const {
74
return m_pixelSize;
Callers
1
loadFont
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected