Table of Contents

FlexCelPdfExport.GetFontData Event

Use this event if you want to provide your own font information for embedding. Note that if you don't assign this event, the default method will be used, and this will try to find the font on the Fonts folder. To change the font folder, use GetFontFolder event

Note that this property applies only to this object. To change the property for the full application, use PdfWriter.GetFontDataGlobal

Syntax

Namespace: FlexCel.Render

public GetFontDataEventHandler GetFontData

See also