# C1.C1Word.Objects.RtfFont

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfFont" data-uid="C1.C1Word.Objects.RtfFont" class="text-break">RtfFont Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF font object.</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="C1.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><span class="xref">RtfFont</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfFont_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfFont : RtfObject, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfFont
    Inherits RtfObject
    Implements ICloneable</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="C1_C1Word_Objects_RtfFont__ctor_System_Drawing_Font_" data-uid="C1.C1Word.Objects.RtfFont.#ctor(System.Drawing.Font)">
          <a class="xref" href="C1.C1Word.Objects.RtfFont.-ctor.html#C1_C1Word_Objects_RtfFont__ctor_System_Drawing_Font_">RtfFont(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF font constructor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Objects_RtfFont_CharSet" data-uid="C1.C1Word.Objects.RtfFont.CharSet">
          <a class="xref" href="C1.C1Word.Objects.RtfFont.CharSet.html#C1_C1Word_Objects_RtfFont_CharSet">CharSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font's charset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfFont_Number" data-uid="C1.C1Word.Objects.RtfFont.Number">
          <a class="xref" href="C1.C1Word.Objects.RtfFont.Number.html#C1_C1Word_Objects_RtfFont_Number">Number</a>
        </td>
        <td class="markdown level1 summary"><p>Gets font's number at order into font table.</p>
</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="C1_C1Word_Objects_RtfFont_GetAproximateFont_System_Single_System_Drawing_FontStyle_" data-uid="C1.C1Word.Objects.RtfFont.GetAproximateFont(System.Single,System.Drawing.FontStyle)">
          <a class="xref" href="C1.C1Word.Objects.RtfFont.GetAproximateFont.html#C1_C1Word_Objects_RtfFont_GetAproximateFont_System_Single_System_Drawing_FontStyle_">GetAproximateFont(float, FontStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets drawing approximate font for this Word/RTF font.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Objects_RtfFont_op_Implicit_C1_C1Word_Objects_RtfFont__System_Drawing_Font" data-uid="C1.C1Word.Objects.RtfFont.op_Implicit(C1.C1Word.Objects.RtfFont)~System.Drawing.Font">
          <a class="xref" href="C1.C1Word.Objects.RtfFont.op_Implicit.html#C1_C1Word_Objects_RtfFont_op_Implicit_C1_C1Word_Objects_RtfFont__System_Drawing_Font">implicit operator Font(RtfFont)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert implicitly to drawing font.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
