Table of Contents

ExcelFont.ConvertFontStyle Method

Converts between a the Excel font styles and the font styles used in UI.

Syntax

Namespace: FlexCel.Core

public static TUIFontStyle ConvertFontStyle(TFlxFont Fx)

Parameters

<-> Parameter Type Description
Fx TFlxFont FlexCel font to convert.

Returns

A similar FontStyle.

See also