Font Constructor (String, Double)

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
)

Parameters

name
Type: SystemString
The font family name.
size
Type: SystemDouble
The em size required.
See Also