# C1.Util.DX.DirectWrite.FontFile.Analyze

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DirectWrite_FontFile_Analyze_" data-uid="C1.Util.DX.DirectWrite.FontFile.Analyze*">Analyze Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DirectWrite_FontFile_Analyze_" data-uid="C1.Util.DX.DirectWrite.FontFile.Analyze*"></a>
<h4 id="C1_Util_DX_DirectWrite_FontFile_Analyze_C1_Util_DX_Bool__C1_Util_DX_DirectWrite_FontFileType__C1_Util_DX_DirectWrite_FontFaceType__System_Int32__" data-uid="C1.Util.DX.DirectWrite.FontFile.Analyze(C1.Util.DX.Bool@,C1.Util.DX.DirectWrite.FontFileType@,C1.Util.DX.DirectWrite.FontFaceType@,System.Int32@)">Analyze(out Bool, out FontFileType, out FontFaceType, out int)</h4>
<div class="markdown level1 summary"><p>HRESULT IDWriteFontFile::Analyze([Out] BOOL* isSupportedFontType,[Out] DWRITE_FONT_FILE_TYPE* fontFileType,[Out, Optional] DWRITE_FONT_FACE_TYPE* fontFaceType,[Out] unsigned int* numberOfFaces)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Analyze(out Bool isSupportedFontType, out FontFileType fontFileType, out FontFaceType fontFaceType, out int numberOfFaces)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Analyze(ByRef isSupportedFontType As Bool, ByRef fontFileType As FontFileType, ByRef fontFaceType As FontFaceType, ByRef numberOfFaces As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Bool.html">Bool</a></td>
      <td><span class="parametername">isSupportedFontType</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.FontFileType.html">FontFileType</a></td>
      <td><span class="parametername">fontFileType</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.FontFaceType.html">FontFaceType</a></td>
      <td><span class="parametername">fontFaceType</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">numberOfFaces</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
