Font Class

A font is used to draw text. This class cannot be inherited.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingFont

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class Font

The Font type exposes the following members.

Constructors
  Name Description
Public method Font(String, Double)
Initializes a new instance of a Font with the specified settings.
Public method Font(String, Double, FontStyle)
Initializes a new instance of a Font with the specified settings.
Top
Properties
  Name Description
Public property Bold
Whether the font is bold or not.
Public property FontFamily
The family of the font. For example Arial Condensed is part of the Arial family.
Public property Italic
Whether the font is italic.
Public property Name
The name of the font. This is generally, but not always, unique.
Public property Size
The size of the font in points.
Public property Strikeout
Whether the font is struck out.
Public property Style
The style of the font.
Public property Underline
Whether the font is underlined.
Top
See Also