Encapsulates a Font()()()() object and provides get/set access to the font properties.

Namespace:  C1.C1Report.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class FontHolder
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class FontHolder

Inheritance Hierarchy

System..::..Object
  C1.C1Report.Util..::..FontHolder

See Also