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

Namespace: FlexCel.Core

public FontCreatingEventHandler FontCreating

See also