GOA - System.Drawing.FontFamily

FontFamily Class


Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited.

Definition

public sealed class FontFamily: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equals.
FontFamilyInitializes a new instance of FontFamily.
GetCellAscentReturns the cell ascent, in design units, of the FontFamily object of the specified style.
GetCellDescentReturns the cell descent, in design units, of the FontFamily object of the specified style.
GetEmHeightGets the height, in font design units, of the em square for the specified style.
GetHashCodeOverriden. Gets a hash code for this FontFamily object.
GetLineSpacingReturns the line spacing, in design units, of the FontFamily object of the specified style. The line spacing is the vertical distance between the base lines of two consecutive lines of text.
GetTypeGets the Type of the current instance. (Inherited from Object)
IsAvailableIndicates whether a specified FontFamily is available.
IsAvailableAsEmbeddedIndicates whether a specified FontFamily is available as an embedded resource.
IsAvailableAsInstalledIndicates whether a specified FontFamily is available as an installed resource.
IsStyleAvailableIndicates whether a specified System.Drawing.FontStyle enumeration is available.
IsStyleAvailableAsEmbeddedIndictates whether a specified System.Drawing.FontStyle enumeration is available as an embedded resource.
IsStyleAvailableAsInstalledIndicates whether a specified FontFamily enumeration is available as an installed resource.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverriden. Returns a String that represents the current FontFamily.
PropertyDescription
FamiliesReturns an array that contains all the FontFamily objects associated with the current graphics context.
GenericMonospaceGets a generic monospace FontFamily object.
GenericSansSerifGets a generic sans serif FontFamily object.
GenericSerifGets a generic serif FontFamily object.
IsEmbeddedGets a value indicating whether the FontFamily is embedded.
IsInstalledGets a value indicating whether the FontFamily is installed.
NameGets the name of this FontFamily object.

Inheritance Hierarchy

Object
FontFamily

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Drawing.scl
Flash Library Version2.0.0.1291
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.