Table of Contents

TThemeFont.AddFont Method

Adds a new font to the font collection.

Syntax

Namespace: FlexCel.Core

public void AddFont(String script, String typeface)

Parameters

<-> Parameter Type Description
script String Script to be associated with the font.
typeface String Typeface to associate. Set it to null to delete the element

See also