Click or drag to resize

FontData Class

Used to convert a font into a basic data representation for serialization.
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsFontData

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public class FontData

The FontData type exposes the following members.

Constructors
  NameDescription
Public methodFontData
Default constructor for FontData class , Name = "Arial", Size = 8, GraphicsUnit = System.Drawing.GraphicsUnit.Pixel, FontStyle = System.Drawing.FontStyle.Regular.
Public methodFontData(String, Single, GraphicsUnit, FontStyle)
Constructor for FontData.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFontStyle
The Font Style.
Public fieldGraphicsUnit
The graphics unit of the font size.
Public fieldName
The Name of the font.
Public fieldSize
The font size.
Top
See Also