The default font for text.
[Visual Basic 6.0]
Property DefaultTextFont As IFontDisp
[Visual Basic .NET]
Public Property DefaultTextFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp DefaultTextFont {get; set;}
This property conveniently stores a default font for any tool requiring one. For example, the New Text tool adds text graphics to an active view and initially uses the font stored in this property.