This class, derived from TypeConverter, is
specifically documented as being for internal use only, despite being
in the public interface—you should therefore not use this
class. It is present to support the designers that deal with font
properties.
public class FontConverter.FontUnitConverter : System.ComponentModel.EnumConverter {
// Public Constructors
public FontConverter.FontUnitConverter();
// Public Instance Methods
public override StandardValuesCollection GetStandardValues(
System.ComponentModel.ITypeDescriptorContext context); // overrides System.ComponentModel.EnumConverter
}