TextStyle(String, String, Double, Double, Double,
Double, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Constructor
|
Initializes a new instance of the
TextStyle
class
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public TextStyle(
string fontName,
string bigFontName,
double textSize,
double x,
double obliqueAngle,
double trackingPercent,
bool isBackward,
bool isUpsideDown,
bool isVertical,
bool isOverLined,
bool isUnderlined,
string styleName
)
Public Sub New (
fontName As String,
bigFontName As String,
textSize As Double,
x As Double,
obliqueAngle As Double,
trackingPercent As Double,
isBackward As Boolean,
isUpsideDown As Boolean,
isVertical As Boolean,
isOverLined As Boolean,
isUnderlined As Boolean,
styleName As String
)
public:
TextStyle(
String^ fontName,
String^ bigFontName,
double textSize,
double x,
double obliqueAngle,
double trackingPercent,
bool isBackward,
bool isUpsideDown,
bool isVertical,
bool isOverLined,
bool isUnderlined,
String^ styleName
)
new :
fontName : string *
bigFontName : string *
textSize : float *
x : float *
obliqueAngle : float *
trackingPercent : float *
isBackward : bool *
isUpsideDown : bool *
isVertical : bool *
isOverLined : bool *
isUnderlined : bool *
styleName : string -> TextStyle
Parameters
- fontName String
-
- bigFontName String
-
- textSize Double
-
- x Double
-
- obliqueAngle Double
-
- trackingPercent Double
-
- isBackward Boolean
-
- isUpsideDown Boolean
-
- isVertical Boolean
-
- isOverLined Boolean
-
- isUnderlined Boolean
-
- styleName String
-
See Also