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

Syntax

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

Property Value

File name of the alternate SHX font file when the current font is not available

Example

See the IDrawingSupportFiles examples.

Remarks

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

See Also

Availability

DraftSight V1R5.0