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

Function ExtTextOut

DebugView++/LogView.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void ExtTextOut(HDC hdc, const POINT& pt, const RECT& rect, const std::wstring& text)
48{
49 ::ExtTextOutW(hdc, pt.x, pt.y, ETO_CLIPPED | ETO_OPAQUE, &rect, text.c_str(), text.size(), nullptr);
50}
51
52int GetTextOffset(HDC hdc, const std::string& s, int xPos)
53{

Callers 1

DrawHighlightedTextFunction · 0.85

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected