SetFontParameters Method (ICurvedSettings)
Sets the parameters of a Windows font for this curved text.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetFontParameters( _
const dsString& Typeface As System.String, _
bool Bold As System.Boolean, _
bool Italic As System.Boolean, _
long Charset As System.Integer, _
long PitchAndFamily As System.Integer _
) |
Parameters
- Typeface
- File name of the Windows font
- Bold
- True if the Windows font is bold, false if not
- Italic
- True if the Windows font is italic, false if not
- Charset
- Windows character set identifier
- PitchAndFamily
- Windows pitch and character family identifier
See Also
Availability
DraftSight 2018 SP2