TextState.ApplyChangesFrom

TextState.ApplyChangesFrom method

Applies settings from another textState.

public virtual void ApplyChangesFrom(TextState textState)
ParameterTypeDescription
textStateTextStateText state object.

Remarks

Only those properties will be copied that were changed explicitly.

See Also