CODPropertyCommand::SaveProperties

void CODPropertyCommand::SaveProperties(CODComponent* pComp)

Recursively saves all of the current fonts of a component. In this way, if the component is a composite object, all of the fonts of the subcomponents will be saved.

Defined in: OdPropertyCmd.cpp

Return Value

void

Parameters

pComp

A pointer to the component whose fonts are to be saved.

See Also

RestoreFonts