# C1.Util.DX.DirectWrite.Font.GetInformationalStrings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DirectWrite_Font_GetInformationalStrings_" data-uid="C1.Util.DX.DirectWrite.Font.GetInformationalStrings*">GetInformationalStrings Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DirectWrite_Font_GetInformationalStrings_" data-uid="C1.Util.DX.DirectWrite.Font.GetInformationalStrings*"></a>
<h4 id="C1_Util_DX_DirectWrite_Font_GetInformationalStrings_C1_Util_DX_DirectWrite_InformationalStringId_C1_Util_DX_DirectWrite_LocalizedStrings__" data-uid="C1.Util.DX.DirectWrite.Font.GetInformationalStrings(C1.Util.DX.DirectWrite.InformationalStringId,C1.Util.DX.DirectWrite.LocalizedStrings@)">GetInformationalStrings(InformationalStringId, out LocalizedStrings)</h4>
<div class="markdown level1 summary"><p>HRESULT IDWriteFont::GetInformationalStrings([In] DWRITE_INFORMATIONAL_STRING_ID informationalStringID,[Out] IDWriteLocalizedStrings** informationalStrings,[Out] BOOL* exists)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GetInformationalStrings(InformationalStringId informationalStringID, out LocalizedStrings informationalStrings)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetInformationalStrings(informationalStringID As InformationalStringId, ByRef informationalStrings As LocalizedStrings) As Boolean</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.DirectWrite.InformationalStringId.html">InformationalStringId</a></td>
      <td><span class="parametername">informationalStringID</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DirectWrite.LocalizedStrings.html">LocalizedStrings</a></td>
      <td><span class="parametername">informationalStrings</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
