Table of Contents

FlexCelPdfExport.FontMapping Property

Determines how fonts will be replaced on the generated pdf. Pdf comes with 4 standard font families, Serif, Sans-Serif, Monospace and Symbol. You can use for example the standard Helvetica instead of Arial and do not worry about embedding the font.

Syntax

Namespace: FlexCel.Render

public TFontMapping FontMapping { get; set; }

See also