Table of Contents

TUIFont.FontCreating Event

Fires before a font is created. You can customize the font properties and create a different font instead. Note that this event is static and it applies to the whole app.

Syntax

Unit: FlexCel.Core

property TUIFont.FontCreating: TFontCreatingEventHandler

See also