AlternateBigFontFile Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the file name of the alternate big font file when the current font is not available.

Syntax

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

Property Value

File name of the alternate big font file when the current font is not available (see Remarks)

Example

See the IDrawingSupportFiles examples.

Remarks

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

See Also

Availability

DraftSight V1R5.0