The TerminalFontInfo type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkTerminalFontInfo
Creates a terminal font info with default settings.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBold
Forces regular text to be rendered as bold.
Public propertySupported by the .NET Compact FrameworkExtraSize
Gets or sets an extra size by which to adjust the default cell size.
Public propertySupported by the .NET Compact FrameworkFamily
Gets or sets the font family. Sets FamilyName as well.
Public propertySupported by the .NET Compact FrameworkFamilyName
Gets or sets the font family name. Sets Family as well.
Public propertySupported by the .NET Compact FrameworkFontSize
Gets or sets the font em-size in points.
Public propertySupported by the .NET Compact FrameworkCharacterPosition
Specifies an offset by which to adjust the character position within the cell.
Public propertySupported by the .NET Compact FrameworkStyles
Specifies supported font styles.

See Also