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

Syntax

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

Property Value

File name of big font (see Remarks)

Remarks

The filename extension of a big font file is .shx, and the file is a compiled shape font file.

See Also

Availability

DraftSight V1R1.1