Table of Contents

TExcelFile.GetThemeFont Method

Gets the major of minor font scheme in the theme.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetThemeFont(const fontScheme: TFontScheme): TThemeFont; virtual; abstract;

Parameters

<-> Parameter Type Description
const fontScheme TFontScheme Font Scheme we want to get (either minor or major). Using "none" here will return null.

Returns

Font definition.

See also