Converts Font objects from one data type to another. Access the FontConverter class through the TypeDescriptor object.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public class FontConverter : ExpandableObjectConverter
Visual Basic (Declaration)
Public Class FontConverter _
	Inherits ExpandableObjectConverter
Visual C++
public ref class FontConverter : public ExpandableObjectConverter

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    System.ComponentModel..::.ExpandableObjectConverter
      Neodynamic.WebControls.ImageDraw..::.FontConverter

See Also