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)See the IDrawingSupportFiles examples.
The filename extension of an alternate big font file is .shx, and the file is a compiled shape font file.
IDrawingSupportFiles Interface
IDrawingSupportFiles Members
ITextStyle::BigFont Property ()
IDrawingSupportFiles::AlternateShapeFile Property ()
IDrawingSupportFiles::AlternateShxFontFile Property ()
IDrawingSupportFiles Members
ITextStyle::BigFont Property ()
IDrawingSupportFiles::AlternateShapeFile Property ()
IDrawingSupportFiles::AlternateShxFontFile Property ()
DraftSight V1R5.0