# GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter" class="text-break">FontNameConverter Class
</h1>
  <div class="markdown level0 summary"><p>FontNameConverter is a type converter that is used to convert a font name to and from various other representations.</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">FontNameConverter</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_FontNameConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class FontNameConverter : 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_FontNameConverter__ctor" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.-ctor.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter__ctor">FontNameConverter()</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_FontNameConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.CanConvertFrom.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertFrom(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this converter can convert an object of the given source type to the native type of the converter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.ConvertFrom.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_">ConvertFrom(ITypeDescriptorContext, CultureInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the given object to the native type of the converter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValues.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_">GetStandardValues(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves a collection containing a set of standard values for the data type this validator is designed for.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesExclusive.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesExclusive(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesSupported.html#GrapeCity_ActiveReports_Document_Drawing_Internal_FontNameConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if this object supports a standard set of values that can be selected from a list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
