BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::DrawText ( const CString &  strText,
const CBCGPRect rectText,
const CBCGPTextFormat textFormat,
const CBCGPBrush foregroundBrush 
)
pure virtual

Draws the text within the given rectangle using specified text format and foreground color.

Parameters
strTextThe text to draw.
rectTextThe size and position of the area in which the text is drawn.
textFormatAn object that describes formatting details of the text to draw, such as the font, the font size, and flow direction.
foregroundBrushThe foreground brush.