[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter

FontNameConverter Class

FontNameConverter is a type converter that is used to convert a font name to and from various other representations.

Inheritance
FontNameConverter
Namespace: GrapeCity.ActiveReports.Document.Drawing.Internal
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class FontNameConverter : TypeConverter

Constructors

Name Description
FontNameConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether this converter can convert an object of the given source type to the native type of the converter.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the given object to the native type of the converter.

GetStandardValues(ITypeDescriptorContext)

Retrieves a collection containing a set of standard values for the data type this validator is designed for.

GetStandardValuesExclusive(ITypeDescriptorContext)

Determines if the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides.

GetStandardValuesSupported(ITypeDescriptorContext)

Determines if this object supports a standard set of values that can be selected from a list.