CODTextComponent::DrawText

void CODTextComponent::DrawText(CDC* pDC)

Draws the text.

Defined in: OdTextComp.cpp

Return Value

void

Parameters

pDC

The device context to draw in.

Comments

This function draws the text based on the current properties. It provides functionality similar to the Windows GDI DrawText function, but also handles rotation of text. It uses the same DT_ flags that the Windows GDI DrawText function uses.