MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetTextIndex

Method GetTextIndex

DebugView++/LogView.cpp:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593int CLogView::GetTextIndex(int iItem, int xPos)
594{
595 CClientDC dc(*this);
596 Win32::GdiObjectSelection font(dc, GetFont());
597 return GetTextIndex(dc.m_hDC, iItem, xPos);
598}
599
600int CLogView::GetTextIndex(CDCHandle dc, int iItem, int xPos) const
601{

Callers

nothing calls this directly

Calls 1

GetTextOffsetFunction · 0.85

Tested by

no test coverage detected