# GrapeCity.Documents.Word.EmbeddedFont

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_EmbeddedFont" data-uid="GrapeCity.Documents.Word.EmbeddedFont" class="text-break">EmbeddedFont Class
</h1>
  <div class="markdown level0 summary"><p>Represents an embedded font and its binary data.</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"><span class="xref">EmbeddedFont</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_EmbeddedFont_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EmbeddedFont</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EmbeddedFont</code></pre>
  </div>
  <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="GrapeCity_Documents_Word_EmbeddedFont_Data" data-uid="GrapeCity.Documents.Word.EmbeddedFont.Data">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.Data.html#GrapeCity_Documents_Word_EmbeddedFont_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font's binary data (read-only).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EmbeddedFont_DataType" data-uid="GrapeCity.Documents.Word.EmbeddedFont.DataType">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.DataType.html#GrapeCity_Documents_Word_EmbeddedFont_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the font data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EmbeddedFont_Document" data-uid="GrapeCity.Documents.Word.EmbeddedFont.Document">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.Document.html#GrapeCity_Documents_Word_EmbeddedFont_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document that contains this font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EmbeddedFont_IsReadOnly" data-uid="GrapeCity.Documents.Word.EmbeddedFont.IsReadOnly">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.IsReadOnly.html#GrapeCity_Documents_Word_EmbeddedFont_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the containing document is in reading mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EmbeddedFont_Subsetted" data-uid="GrapeCity.Documents.Word.EmbeddedFont.Subsetted">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.Subsetted.html#GrapeCity_Documents_Word_EmbeddedFont_Subsetted">Subsetted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this font is a subset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EmbeddedFont_Type" data-uid="GrapeCity.Documents.Word.EmbeddedFont.Type">
          <a class="xref" href="GrapeCity.Documents.Word.EmbeddedFont.Type.html#GrapeCity_Documents_Word_EmbeddedFont_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the embedded font (regular, bold, italic, bold italic).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
