|
|
Creates a new font info object.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ typeface As String, _ pointSize As Integer, _ weight As Integer, _ italic As Boolean, _ strikeout As Boolean _ ) |
| C# |
|---|
public TextFontInfo( string typeface, int pointSize, int weight, bool italic, bool strikeout ) |
| Visual C++ |
|---|
public: TextFontInfo( String^ typeface, int pointSize, int weight, bool italic, bool strikeout ) |
Parameters
- typeface
- Type: System..::..String
- pointSize
- Type: System..::..Int32
- weight
- Type: System..::..Int32
- italic
- Type: System..::..Boolean
- strikeout
- Type: System..::..Boolean