FontFamily Methods

 

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

Releases all resources used by this FontFamily.

System_CAPS_pubmethodEquals(Object^)

Indicates whether the specified object is a FontFamily and is identical to this FontFamily.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetCellAscent(FontStyle)

Returns the cell ascent, in design units, of the FontFamily of the specified style.

System_CAPS_pubmethodGetCellDescent(FontStyle)

Returns the cell descent, in design units, of the FontFamily of the specified style.

System_CAPS_pubmethodGetEmHeight(FontStyle)

Gets the height, in font design units, of the em square for the specified style.

System_CAPS_pubmethodSystem_CAPS_staticGetFamilies(Graphics^)

Obsolete. Returns an array that contains all the FontFamily objects available for the specified graphics context.

System_CAPS_pubmethodGetHashCode()

Gets a hash code for this FontFamily.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetLineSpacing(FontStyle)

Returns the line spacing, in design units, of the FontFamily of the specified style. The line spacing is the vertical distance between the base lines of two consecutive lines of text.

System_CAPS_pubmethodGetName(Int32)

Returns the name, in the specified language, of this FontFamily.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodIsStyleAvailable(FontStyle)

Indicates whether the specified FontStyle enumeration is available.

System_CAPS_pubmethodToString()

Converts this FontFamily to a human-readable string representation.(Overrides Object::ToString().)

Return to top
Show: