# GrapeCity.Documents.Text.FontWriter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_FontWriter" data-uid="GrapeCity.Documents.Text.FontWriter" class="text-break">FontWriter Class
</h1>
  <div class="markdown level0 summary"><p>Used for serialization of <a class="xref" href="GrapeCity.Documents.Text.Font.html">Font</a> subsets.</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">FontWriter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_FontWriter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FontWriter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FontWriter</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_Documents_Text_FontWriter__ctor" data-uid="GrapeCity.Documents.Text.FontWriter.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.-ctor.html#GrapeCity_Documents_Text_FontWriter__ctor">FontWriter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <a class="xref" href="GrapeCity.Documents.Text.FontWriter.html">FontWriter</a>.</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="GrapeCity_Documents_Text_FontWriter_CffCharsToArray_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_" data-uid="GrapeCity.Documents.Text.FontWriter.CffCharsToArray(GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.Utf32CodeSet)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffCharsToArray.html#GrapeCity_Documents_Text_FontWriter_CffCharsToArray_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_">CffCharsToArray(Font, Utf32CodeSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the CFF font table containing the specified UTF-32 characters, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__" data-uid="GrapeCity.Documents.Text.FontWriter.CffCharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.Int32})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffCharsToArray.html#GrapeCity_Documents_Text_FontWriter_CffCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__">CffCharsToArray(Font, HashSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the CFF font table containing the specified UTF-32 characters, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_" data-uid="GrapeCity.Documents.Text.FontWriter.CffCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.Utf32CodeSet)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffCharsToStream.html#GrapeCity_Documents_Text_FontWriter_CffCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_">CffCharsToStream(Stream, Font, Utf32CodeSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the CFF font table containing the specified UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__" data-uid="GrapeCity.Documents.Text.FontWriter.CffCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.Int32})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffCharsToStream.html#GrapeCity_Documents_Text_FontWriter_CffCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__">CffCharsToStream(Stream, Font, HashSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the CFF font table containing the specified UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.Utf32CodeSet)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToArray.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_">CffGlyphsAndCharsToArray(Font, HashSet&lt;ushort&gt;, Utf32CodeSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the CFF font table containing both the specified glyphs and UTF-32 characters,
then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},System.Collections.Generic.HashSet{System.Int32})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToArray.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__">CffGlyphsAndCharsToArray(Font, HashSet&lt;ushort&gt;, HashSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the CFF font table containing both the specified glyphs and UTF-32 characters,
then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.Utf32CodeSet)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToStream.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_">CffGlyphsAndCharsToStream(Stream, Font, HashSet&lt;ushort&gt;, Utf32CodeSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the CFF font table containing both the specified glyphs and UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},System.Collections.Generic.HashSet{System.Int32})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsAndCharsToStream.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__">CffGlyphsAndCharsToStream(Stream, Font, HashSet&lt;ushort&gt;, HashSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the CFF font table containing both the specified glyphs and UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsToArray.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__">CffGlyphsToArray(Font, HashSet&lt;ushort&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the CFF font table containing the specified glyphs, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CffGlyphsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__" data-uid="GrapeCity.Documents.Text.FontWriter.CffGlyphsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16})">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CffGlyphsToStream.html#GrapeCity_Documents_Text_FontWriter_CffGlyphsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__">CffGlyphsToStream(Stream, Font, HashSet&lt;ushort&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the CFF font table containing the specified glyphs to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CharsToArray_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.CharsToArray(GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.Utf32CodeSet,GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CharsToArray.html#GrapeCity_Documents_Text_FontWriter_CharsToArray_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_">CharsToArray(Font, Utf32CodeSet, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the font containing the specified UTF-32 characters, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.CharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.Int32},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CharsToArray.html#GrapeCity_Documents_Text_FontWriter_CharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_">CharsToArray(Font, HashSet&lt;int&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the font containing the specified UTF-32 characters, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.CharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,GrapeCity.Documents.Text.Utf32CodeSet,GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CharsToStream.html#GrapeCity_Documents_Text_FontWriter_CharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_">CharsToStream(Stream, Font, Utf32CodeSet, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the font containing the specified UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.CharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.Int32},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CharsToStream.html#GrapeCity_Documents_Text_FontWriter_CharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_">CharsToStream(Stream, Font, HashSet&lt;int&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the font containing the specified UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_CompactFonts_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Int32____System_Byte______GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.CompactFonts(System.Collections.Generic.List{GrapeCity.Documents.Text.Font},System.Int32[]@,System.Byte[][]@,GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.CompactFonts.html#GrapeCity_Documents_Text_FontWriter_CompactFonts_System_Collections_Generic_List_GrapeCity_Documents_Text_Font__System_Int32____System_Byte______GrapeCity_Documents_Text_FontSubsetFlags_">CompactFonts(List&lt;Font&gt;, out int[], out byte[][], FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges matching TrueType font subsets and serializes the merged subsets to byte arrays.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.Utf32CodeSet,GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToArray.html#GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsAndCharsToArray(Font, HashSet&lt;ushort&gt;, Utf32CodeSet, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the font containing both the specified glyphs and UTF-32 characters,
then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},System.Collections.Generic.HashSet{System.Int32},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToArray.html#GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsAndCharsToArray(Font, HashSet&lt;ushort&gt;, HashSet&lt;int&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the font containing both the specified glyphs and UTF-32 characters,
then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.Utf32CodeSet,GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToStream.html#GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_Utf32CodeSet_GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsAndCharsToStream(Stream, Font, HashSet&lt;ushort&gt;, Utf32CodeSet, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the font containing both the specified glyphs and UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},System.Collections.Generic.HashSet{System.Int32},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsAndCharsToStream.html#GrapeCity_Documents_Text_FontWriter_GlyphsAndCharsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__System_Collections_Generic_HashSet_System_Int32__GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsAndCharsToStream(Stream, Font, HashSet&lt;ushort&gt;, HashSet&lt;int&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the font containing both the specified glyphs and UTF-32 characters to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsToArray(GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsToArray.html#GrapeCity_Documents_Text_FontWriter_GlyphsToArray_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsToArray(Font, HashSet&lt;ushort&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a subset of the font containing the specified glyphs, then serializes the subset to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_GlyphsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_FontSubsetFlags_" data-uid="GrapeCity.Documents.Text.FontWriter.GlyphsToStream(System.IO.Stream,GrapeCity.Documents.Text.Font,System.Collections.Generic.HashSet{System.UInt16},GrapeCity.Documents.Text.FontSubsetFlags)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.GlyphsToStream.html#GrapeCity_Documents_Text_FontWriter_GlyphsToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_System_Collections_Generic_HashSet_System_UInt16__GrapeCity_Documents_Text_FontSubsetFlags_">GlyphsToStream(Stream, Font, HashSet&lt;ushort&gt;, FontSubsetFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes a subset of the font containing the specified glyphs to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_WholeCffToArray_GrapeCity_Documents_Text_CffTable_" data-uid="GrapeCity.Documents.Text.FontWriter.WholeCffToArray(GrapeCity.Documents.Text.CffTable)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.WholeCffToArray.html#GrapeCity_Documents_Text_FontWriter_WholeCffToArray_GrapeCity_Documents_Text_CffTable_">WholeCffToArray(CffTable)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the CFF table to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_WholeCffToArray_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontWriter.WholeCffToArray(GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.WholeCffToArray.html#GrapeCity_Documents_Text_FontWriter_WholeCffToArray_GrapeCity_Documents_Text_Font_">WholeCffToArray(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the whole CFF font table (not subset) to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_WholeCffToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontWriter.WholeCffToStream(System.IO.Stream,GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.WholeCffToStream.html#GrapeCity_Documents_Text_FontWriter_WholeCffToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_">WholeCffToStream(Stream, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the whole CFF font table (not subset) to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_WholeFontToArray_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontWriter.WholeFontToArray(GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.WholeFontToArray.html#GrapeCity_Documents_Text_FontWriter_WholeFontToArray_GrapeCity_Documents_Text_Font_">WholeFontToArray(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the whole font (not subset) to a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_FontWriter_WholeFontToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_" data-uid="GrapeCity.Documents.Text.FontWriter.WholeFontToStream(System.IO.Stream,GrapeCity.Documents.Text.Font)">
          <a class="xref" href="GrapeCity.Documents.Text.FontWriter.WholeFontToStream.html#GrapeCity_Documents_Text_FontWriter_WholeFontToStream_System_IO_Stream_GrapeCity_Documents_Text_Font_">WholeFontToStream(Stream, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the whole font (not subset) to a stream.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
