# GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter" class="text-break">FontConverter Class
</h1>
  <div class="markdown level0 summary"><p>Stripped down version of MS <code>System.Drawing.FontConverter</code>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><span class="xref">FontConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.html">GrapeCity.ActiveReports.Document.Drawing.Internal</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class FontConverter : TypeConverter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter__ctor" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter__ctor">FontConverter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CanConvertFrom.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertFrom(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if we can convert from anything.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CanConvertTo.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertTo(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if we can convert to anything.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.ConvertFrom.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_">ConvertFrom(ITypeDescriptorContext, CultureInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts from anything.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_ConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_System_Type_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.ConvertTo.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_ConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_System_Type_">ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts to target type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CreateInstance_System_ComponentModel_ITypeDescriptorContext_System_Collections_IDictionary_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.CreateInstance.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_CreateInstance_System_ComponentModel_ITypeDescriptorContext_System_Collections_IDictionary_">CreateInstance(ITypeDescriptorContext, IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of this type given a set of property values for the object.
This is useful for objects that are immutable, but still want to provide changable properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetCreateInstanceSupported.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_">GetCreateInstanceSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if changing a value on this object should require a call to CreateInstance to create a new value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetProperties_System_ComponentModel_ITypeDescriptorContext_System_Object_System_Attribute___" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetProperties.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetProperties_System_ComponentModel_ITypeDescriptorContext_System_Object_System_Attribute___">GetProperties(ITypeDescriptorContext, object, Attribute[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets properties. By default, a type does not return any properties.
An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetPropertiesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetPropertiesSupported.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontConverter_GetPropertiesSupported_System_ComponentModel_ITypeDescriptorContext_">GetPropertiesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if this object supports properties. By default, this is false.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
