Creates a text style and adds it to the current
SHXFontList.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function AddStyle( _ ByVal aName As String, _ ByVal aFontName As String, _ ByVal aBigFontName As String, _ ByVal aVertical As Boolean, _ ByVal aUpSideDown As Boolean, _ ByVal aBackwards As Boolean, _ ByVal aObliqueAngle As Double, _ ByVal aWidth As Double _ ) As TextStyle |
Parameters
-
aName
-
Type: string
A name of the text style to add to the SHXFontList.
-
aFontName
-
Type: string
A name of the SHX fonts to add to the SHXFontList.
-
aBigFontName
-
Type: string
A string containing a path to the big fonts file. If the style to be added doesn't
specify big fonts, this string is empty.
-
aVertical
-
Type: bool
A boolean value indicating whether the text is vertical.
-
aUpSideDown
-
Type: bool
A boolean value indicating whether the text is upside down (mirrored in Y direction).
-
aBackwards
-
Type: bool
A boolean value indicating whether the text is backward (mirrored in X direction).
-
aObliqueAngle
-
Type: double
A tilt angle for the text letters.
-
aWidth
-
Type: double
A WidthFactor for the text.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also