Table of Contents

TFlexCelPdfExport.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 TPdfWriter.GetFontDataGlobal

Syntax

Unit: FlexCel.Render

property TFlexCelPdfExport.GetFontData: TGetFontDataEventHandler

See also