TdxSpreadSheetCustomFont.AssignToFont(TFont) Method
Assigns the current font settings to the specified font instance font instance.
Declaration
procedure AssignToFont(ATargetFont: TFont);
Parameters
Name | Type |
---|---|
ATargetFont | TFont |
Remarks
Call this procedure to copy the current font settings to a font object passed as the ATargetFont parameter.
See Also