Table of Contents

TExcelFile.SetThemeFont Method

Sets either the minor or the major font for the theme.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetThemeFont(const fontScheme: TFontScheme; const font: TThemeFont); virtual; abstract;

Parameters

<-> Parameter Type Description
const fontScheme TFontScheme Font Scheme we want to set (either minor or major). Using "none" here will do nothing.
const font TThemeFont Font definition.

See also