Font Property (ITextStyle) Send Feedback
See Also 
Gets or sets the name of the font for the TextStyle.

Syntax

Visual Basic 
Property Font As System.String
C# 
System.string Font {get; set;}
JavaScript 
get_Font () : String
put_Font (
   NewVal : String
)
COM native C++ 
HRESULT get_Font(
   BSTR* Val
) 
HRESULT put_Font( 
   BSTR NewVal
C++ 
DSRESULT get_Font (
   dsString* Val
)
DSRESULT put_Font(
   const dsString& NewVal
)

Property Value

Name of the font

See Also

Availability

DraftSight V1R1.1