CODFontCommand::CalculateTextBoxes

void CODFontCommand::CalculateTextBoxes(CODComponent* pComp)

Recursively calculates new text boxes.

Defined in: OdFontCmd.cpp

Return Value

void

Parameters

pComp

Pointer to component.

Comments

This function recursively calls CODTextComponent::GrowToText for the given component. All child components are traversed, and only text components are affected.