MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / PrintTextColor

Function PrintTextColor

source/Debugger/Debugger_Display.cpp:852–859  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

850
851//===========================================================================
852void PrintTextColor ( const conchar_t *pText, RECT & rRect )
853{
854#if !DEBUG_FONT_NO_BACKGROUND_TEXT
855 FillBackground(rRect.left, rRect.top, rRect.right, rRect.bottom);
856#endif
857
858 DebuggerPrintColor( rRect.left, rRect.top, pText );
859}
860
861//===========================================================================
862void FillBackground(long left, long top, long right, long bottom)

Callers 1

DrawConsoleLineFunction · 0.85

Calls 2

FillBackgroundFunction · 0.85
DebuggerPrintColorFunction · 0.85

Tested by

no test coverage detected