Navigation: Code Documentation > RSVclCommon > RSDeltaFont > Delegates
TFontEvent Delegate
Defines a method signature for an event that returns a Font object. The RSDeltaFont.TRSCustomDeltaFont class uses the TFontEvent type for its OnGetOriginalFont event.
Namespace: RSDeltaFont
Delphi
type TFontEvent = procedure (Sender: TObject; var Font: TFont ) of object;
•RSDeltaFont.TRSCustomDeltaFont.OnGetOriginalFont
•RSDeltaFont.TRSCustomDeltaFont
•RSDeltaFont