FontMappingFile Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the path and file name of the font mapping file when the current font file is not available.

Syntax

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

Property Value

 Path and file name of the font mapping file when the current font file is not available

Remarks

DraftSight uses the path and file name specified by this property when a font file referenced in a TextStyle is not available.

See Also

Availability

DraftSight V1R5.0