Font Constructor (String, Double, FontStyle)
|
Initializes a new instance of a Font with the
specified settings.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Font(
string name,
double size,
FontStyle style
)
Public Sub New (
name As String,
size As Double,
style As FontStyle
)
new :
name : string *
size : float *
style : FontStyle -> Font
Parameters
- name
- Type: SystemString
The font family name.
- size
- Type: SystemDouble
The em size required.
- style
- Type: WebSupergoo.WordGlue4.RenderingFontStyle
The style required.
See Also