MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetTextHeight

Method GetTextHeight

engine/Poseidon/UI/Controls/UIControls.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243float CStatic::GetTextHeight() const
244{
245 return NLines() * _scale * _size;
246}
247
248bool CStatic::OnKeyDown(unsigned nChar, unsigned nRepCnt, unsigned nFlags)
249{

Callers 2

DisplayHintCMethod · 0.80
SetHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected