Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ forceTextArea
Method
forceTextArea
source/render/MovableTextOverlay.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ChildOverlay::forceTextArea(Ogre::Real textWidth, Ogre::Real textHeight)
70
{
71
mForcedWidth = textWidth;
72
mForcedHeight = textHeight;
73
}
74
75
void ChildOverlay::computeTextArea()
76
{
Callers
1
CreatureOverlayStatus
Method · 0.80
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected