MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetFont

Method GetFont

ogsr_engine/xrGame/ui/UIStatic.cpp:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355CGameFont* CUIStatic::GetFont()
356{
357 CREATE_LINES;
358 return m_pLines->GetFont();
359}
360
361void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect) { TextureClipper(offset_x, offset_y, pClipRect, m_UIStaticItem); }
362

Callers 9

SetSelectedMethod · 0.45
script_registerMethod · 0.45
SetTextAlignmentMethod · 0.45
SetTextAlign_scriptMethod · 0.45
AdjustWidthToTextMethod · 0.45
RearrangeTabButtonsFunction · 0.45
GetFontFunction · 0.45
KeyPressedMethod · 0.45
AddCharMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected