Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetContents
Method
SetContents
src/window.h:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
inline void Window::SetContents(BitmapRef const& ncontents) {
166
contents = ncontents;
167
contents->SetFont(font);
168
}
169
170
inline bool Window::GetStretch() const {
171
return stretch;
Callers
2
CreateUi
Method · 0.80
RecreateSpWindow
Method · 0.80
Calls
1
SetFont
Method · 0.45
Tested by
no test coverage detected