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