The FontHolder type exposes the following members.

Constructors

  Name Description
Public method FontHolder
Initializes a new instance of the FontHolder class.

Methods

  Name Description
Public method ToString
Gets a string that represents this FontHolder.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Bold
Gets or sets a value that indicates whether the encapsulated Font()()()() is bold.
Public property GdiCharSet
Gets or sets the GDI character set used by the encapsulated Font()()()().
Public property Italic
Gets or sets a value that indicates whether the encapsulated Font()()()() is italic.
Public property Name
Gets or sets the name of the encapsulated Font()()()() object.
Public property Size
Gets or sets the Size of the encapsulated Font()()()() object.
Public property Strikethrough
Gets or sets a value that indicates whether the encapsulated Font()()()() has a horizontal line through the text.
Public property Underline
Gets or sets a value that indicates whether the encapsulated Font()()()() is underlined.

See Also