IsFontSet
Determine if object referenced by Font property is created.function IsFontSet: Boolean;Remarks
Font object is created with lazy initialisation, when user access to this property for first time and preserving memory that way. If Font <> nil is used instead, TFont object will be created.