Dalamud/docs/api/ImGuiNET.ImFontPtr.html
2023-01-26 23:57:38 +01:00

1669 lines
82 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Struct ImFontPtr
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct ImFontPtr
">
<meta name="generator" content="docfx 2.59.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="ImGuiNET.ImFontPtr">
<h1 id="ImGuiNET_ImFontPtr" data-uid="ImGuiNET.ImFontPtr" class="text-break">Struct ImFontPtr
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.ValueType.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.ValueType.GetHashCode()</span>
</div>
<div>
<span class="xref">System.ValueType.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ImGuiNET.html">ImGuiNET</a></h6>
<h6><strong>Assembly</strong>: ImGui.NET.dll</h6>
<h5 id="ImGuiNET_ImFontPtr_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct ImFontPtr</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr__ctor_ImGuiNET_ImFont__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.%23ctor(ImGuiNET.ImFont*)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L34">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr__ctor_" data-uid="ImGuiNET.ImFontPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImFontPtr__ctor_ImGuiNET_ImFont__" data-uid="ImGuiNET.ImFontPtr.#ctor(ImGuiNET.ImFont*)">ImFontPtr(ImFont*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImFontPtr(ImFont*nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFont.html">ImFont</a>*</td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.%23ctor(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L35">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr__ctor_" data-uid="ImGuiNET.ImFontPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImFontPtr__ctor_System_IntPtr_" data-uid="ImGuiNET.ImFontPtr.#ctor(System.IntPtr)">ImFontPtr(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImFontPtr(IntPtr nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Ascent.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Ascent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L55">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Ascent_" data-uid="ImGuiNET.ImFontPtr.Ascent*"></a>
<h4 id="ImGuiNET_ImFontPtr_Ascent" data-uid="ImGuiNET.ImFontPtr.Ascent">Ascent</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref float Ascent { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_ConfigData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.ConfigData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L48">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_ConfigData_" data-uid="ImGuiNET.ImFontPtr.ConfigData*"></a>
<h4 id="ImGuiNET_ImFontPtr_ConfigData" data-uid="ImGuiNET.ImFontPtr.ConfigData">ConfigData</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImFontConfigPtr ConfigData { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_ConfigDataCount.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.ConfigDataCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L49">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_ConfigDataCount_" data-uid="ImGuiNET.ImFontPtr.ConfigDataCount*"></a>
<h4 id="ImGuiNET_ImFontPtr_ConfigDataCount" data-uid="ImGuiNET.ImFontPtr.ConfigDataCount">ConfigDataCount</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref short ConfigDataCount { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int16</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_ContainerAtlas.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.ContainerAtlas%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L47">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_ContainerAtlas_" data-uid="ImGuiNET.ImFontPtr.ContainerAtlas*"></a>
<h4 id="ImGuiNET_ImFontPtr_ContainerAtlas" data-uid="ImGuiNET.ImFontPtr.ContainerAtlas">ContainerAtlas</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImFontAtlasPtr ContainerAtlas { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontAtlasPtr.html">ImFontAtlasPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Descent.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Descent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L56">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Descent_" data-uid="ImGuiNET.ImFontPtr.Descent*"></a>
<h4 id="ImGuiNET_ImFontPtr_Descent" data-uid="ImGuiNET.ImFontPtr.Descent">Descent</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref float Descent { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_DirtyLookupTables.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.DirtyLookupTables%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L53">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_DirtyLookupTables_" data-uid="ImGuiNET.ImFontPtr.DirtyLookupTables*"></a>
<h4 id="ImGuiNET_ImFontPtr_DirtyLookupTables" data-uid="ImGuiNET.ImFontPtr.DirtyLookupTables">DirtyLookupTables</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref bool DirtyLookupTables { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_DotChar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.DotChar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L52">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_DotChar_" data-uid="ImGuiNET.ImFontPtr.DotChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_DotChar" data-uid="ImGuiNET.ImFontPtr.DotChar">DotChar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref ushort DotChar { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_EllipsisChar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.EllipsisChar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L51">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_EllipsisChar_" data-uid="ImGuiNET.ImFontPtr.EllipsisChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_EllipsisChar" data-uid="ImGuiNET.ImFontPtr.EllipsisChar">EllipsisChar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref ushort EllipsisChar { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FallbackChar.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FallbackChar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L50">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FallbackChar_" data-uid="ImGuiNET.ImFontPtr.FallbackChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_FallbackChar" data-uid="ImGuiNET.ImFontPtr.FallbackChar">FallbackChar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref ushort FallbackChar { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FallbackGlyph.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FallbackGlyph%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L44">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FallbackGlyph_" data-uid="ImGuiNET.ImFontPtr.FallbackGlyph*"></a>
<h4 id="ImGuiNET_ImFontPtr_FallbackGlyph" data-uid="ImGuiNET.ImFontPtr.FallbackGlyph">FallbackGlyph</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImFontGlyphPtr FallbackGlyph { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontGlyphPtr.html">ImFontGlyphPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FallbackHotData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FallbackHotData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L45">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FallbackHotData_" data-uid="ImGuiNET.ImFontPtr.FallbackHotData*"></a>
<h4 id="ImGuiNET_ImFontPtr_FallbackHotData" data-uid="ImGuiNET.ImFontPtr.FallbackHotData">FallbackHotData</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImFontGlyphHotDataPtr FallbackHotData { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontGlyphHotDataPtr.html">ImFontGlyphHotDataPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FontSize.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FontSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L41">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FontSize_" data-uid="ImGuiNET.ImFontPtr.FontSize*"></a>
<h4 id="ImGuiNET_ImFontPtr_FontSize" data-uid="ImGuiNET.ImFontPtr.FontSize">FontSize</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref float FontSize { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FrequentKerningPairs.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FrequentKerningPairs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L40">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FrequentKerningPairs_" data-uid="ImGuiNET.ImFontPtr.FrequentKerningPairs*"></a>
<h4 id="ImGuiNET_ImFontPtr_FrequentKerningPairs" data-uid="ImGuiNET.ImFontPtr.FrequentKerningPairs">FrequentKerningPairs</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImVector&lt;float&gt; FrequentKerningPairs { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImVector-1.html">ImVector</a>&lt;<span class="xref">System.Single</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Glyphs.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Glyphs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L43">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Glyphs_" data-uid="ImGuiNET.ImFontPtr.Glyphs*"></a>
<h4 id="ImGuiNET_ImFontPtr_Glyphs" data-uid="ImGuiNET.ImFontPtr.Glyphs">Glyphs</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImPtrVector&lt;ImFontGlyphPtr&gt; Glyphs { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImPtrVector-1.html">ImPtrVector</a>&lt;<a class="xref" href="ImGuiNET.ImFontGlyphPtr.html">ImFontGlyphPtr</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_IndexedHotData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.IndexedHotData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L39">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_IndexedHotData_" data-uid="ImGuiNET.ImFontPtr.IndexedHotData*"></a>
<h4 id="ImGuiNET_ImFontPtr_IndexedHotData" data-uid="ImGuiNET.ImFontPtr.IndexedHotData">IndexedHotData</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImPtrVector&lt;ImFontGlyphHotDataPtr&gt; IndexedHotData { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImPtrVector-1.html">ImPtrVector</a>&lt;<a class="xref" href="ImGuiNET.ImFontGlyphHotDataPtr.html">ImFontGlyphHotDataPtr</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_IndexLookup.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.IndexLookup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L42">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_IndexLookup_" data-uid="ImGuiNET.ImFontPtr.IndexLookup*"></a>
<h4 id="ImGuiNET_ImFontPtr_IndexLookup" data-uid="ImGuiNET.ImFontPtr.IndexLookup">IndexLookup</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImVector&lt;ushort&gt; IndexLookup { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImVector-1.html">ImVector</a>&lt;<span class="xref">System.UInt16</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_KerningPairs.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.KerningPairs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L46">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_KerningPairs_" data-uid="ImGuiNET.ImFontPtr.KerningPairs*"></a>
<h4 id="ImGuiNET_ImFontPtr_KerningPairs" data-uid="ImGuiNET.ImFontPtr.KerningPairs">KerningPairs</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImPtrVector&lt;ImFontKerningPairPtr&gt; KerningPairs { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImPtrVector-1.html">ImPtrVector</a>&lt;<a class="xref" href="ImGuiNET.ImFontKerningPairPtr.html">ImFontKerningPairPtr</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_MetricsTotalSurface.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.MetricsTotalSurface%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L57">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_MetricsTotalSurface_" data-uid="ImGuiNET.ImFontPtr.MetricsTotalSurface*"></a>
<h4 id="ImGuiNET_ImFontPtr_MetricsTotalSurface" data-uid="ImGuiNET.ImFontPtr.MetricsTotalSurface">MetricsTotalSurface</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref int MetricsTotalSurface { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_NativePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.NativePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L33">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_NativePtr_" data-uid="ImGuiNET.ImFontPtr.NativePtr*"></a>
<h4 id="ImGuiNET_ImFontPtr_NativePtr" data-uid="ImGuiNET.ImFontPtr.NativePtr">NativePtr</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ImFont*NativePtr { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFont.html">ImFont</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Scale.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Scale%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L54">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Scale_" data-uid="ImGuiNET.ImFontPtr.Scale*"></a>
<h4 id="ImGuiNET_ImFontPtr_Scale" data-uid="ImGuiNET.ImFontPtr.Scale">Scale</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref float Scale { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Used4kPagesMap.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Used4kPagesMap%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L58">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Used4kPagesMap_" data-uid="ImGuiNET.ImFontPtr.Used4kPagesMap*"></a>
<h4 id="ImGuiNET_ImFontPtr_Used4kPagesMap" data-uid="ImGuiNET.ImFontPtr.Used4kPagesMap">Used4kPagesMap</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly RangeAccessor&lt;byte&gt; Used4kPagesMap { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.RangeAccessor-1.html">RangeAccessor</a>&lt;<span class="xref">System.Byte</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_AddGlyph_ImGuiNET_ImFontConfigPtr_System_UInt16_System_Int32_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.AddGlyph(ImGuiNET.ImFontConfigPtr%2CSystem.UInt16%2CSystem.Int32%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L59">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_AddGlyph_" data-uid="ImGuiNET.ImFontPtr.AddGlyph*"></a>
<h4 id="ImGuiNET_ImFontPtr_AddGlyph_ImGuiNET_ImFontConfigPtr_System_UInt16_System_Int32_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="ImGuiNET.ImFontPtr.AddGlyph(ImGuiNET.ImFontConfigPtr,System.UInt16,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">AddGlyph(ImFontConfigPtr, UInt16, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void AddGlyph(ImFontConfigPtr src_cfg, ushort c, int texture_index, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">src_cfg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">texture_index</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">x0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">y0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">x1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">y1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">u0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v0</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">u1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">v1</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">advance_x</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_AddKerningPair_System_UInt16_System_UInt16_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.AddKerningPair(System.UInt16%2CSystem.UInt16%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L64">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_AddKerningPair_" data-uid="ImGuiNET.ImFontPtr.AddKerningPair*"></a>
<h4 id="ImGuiNET_ImFontPtr_AddKerningPair_System_UInt16_System_UInt16_System_Single_" data-uid="ImGuiNET.ImFontPtr.AddKerningPair(System.UInt16,System.UInt16,System.Single)">AddKerningPair(UInt16, UInt16, Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void AddKerningPair(ushort left_c, ushort right_c, float distance_adjustment)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">left_c</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">right_c</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">distance_adjustment</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_AddRemapChar_System_UInt16_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.AddRemapChar(System.UInt16%2CSystem.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L68">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_AddRemapChar_" data-uid="ImGuiNET.ImFontPtr.AddRemapChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_AddRemapChar_System_UInt16_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.AddRemapChar(System.UInt16,System.UInt16)">AddRemapChar(UInt16, UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void AddRemapChar(ushort dst, ushort src)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">src</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_AddRemapChar_System_UInt16_System_UInt16_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.AddRemapChar(System.UInt16%2CSystem.UInt16%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L73">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_AddRemapChar_" data-uid="ImGuiNET.ImFontPtr.AddRemapChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_AddRemapChar_System_UInt16_System_UInt16_System_Boolean_" data-uid="ImGuiNET.ImFontPtr.AddRemapChar(System.UInt16,System.UInt16,System.Boolean)">AddRemapChar(UInt16, UInt16, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void AddRemapChar(ushort dst, ushort src, bool overwrite_dst)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">dst</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">src</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">overwrite_dst</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_BuildLookupTable.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.BuildLookupTable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L78">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_BuildLookupTable_" data-uid="ImGuiNET.ImFontPtr.BuildLookupTable*"></a>
<h4 id="ImGuiNET_ImFontPtr_BuildLookupTable" data-uid="ImGuiNET.ImFontPtr.BuildLookupTable">BuildLookupTable()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void BuildLookupTable()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_ClearOutputData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.ClearOutputData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L82">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_ClearOutputData_" data-uid="ImGuiNET.ImFontPtr.ClearOutputData*"></a>
<h4 id="ImGuiNET_ImFontPtr_ClearOutputData" data-uid="ImGuiNET.ImFontPtr.ClearOutputData">ClearOutputData()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ClearOutputData()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_Destroy.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.Destroy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L86">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_Destroy_" data-uid="ImGuiNET.ImFontPtr.Destroy*"></a>
<h4 id="ImGuiNET_ImFontPtr_Destroy" data-uid="ImGuiNET.ImFontPtr.Destroy">Destroy()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Destroy()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FindGlyph_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FindGlyph(System.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L90">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FindGlyph_" data-uid="ImGuiNET.ImFontPtr.FindGlyph*"></a>
<h4 id="ImGuiNET_ImFontPtr_FindGlyph_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.FindGlyph(System.UInt16)">FindGlyph(UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImFontGlyphPtr FindGlyph(ushort c)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontGlyphPtr.html">ImFontGlyphPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_FindGlyphNoFallback_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.FindGlyphNoFallback(System.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L95">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_FindGlyphNoFallback_" data-uid="ImGuiNET.ImFontPtr.FindGlyphNoFallback*"></a>
<h4 id="ImGuiNET_ImFontPtr_FindGlyphNoFallback_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.FindGlyphNoFallback(System.UInt16)">FindGlyphNoFallback(UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImFontGlyphPtr FindGlyphNoFallback(ushort c)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontGlyphPtr.html">ImFontGlyphPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_GetCharAdvance_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.GetCharAdvance(System.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L100">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_GetCharAdvance_" data-uid="ImGuiNET.ImFontPtr.GetCharAdvance*"></a>
<h4 id="ImGuiNET_ImFontPtr_GetCharAdvance_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.GetCharAdvance(System.UInt16)">GetCharAdvance(UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float GetCharAdvance(ushort c)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_GetDebugName.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.GetDebugName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L105">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_GetDebugName_" data-uid="ImGuiNET.ImFontPtr.GetDebugName*"></a>
<h4 id="ImGuiNET_ImFontPtr_GetDebugName" data-uid="ImGuiNET.ImFontPtr.GetDebugName">GetDebugName()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string GetDebugName()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPair_System_UInt16_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPair(System.UInt16%2CSystem.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L110">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPair_" data-uid="ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPair*"></a>
<h4 id="ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPair_System_UInt16_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPair(System.UInt16,System.UInt16)">GetDistanceAdjustmentForPair(UInt16, UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float GetDistanceAdjustmentForPair(ushort left_c, ushort right_c)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">left_c</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">right_c</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPairFromHotData_System_UInt16_ImGuiNET_ImFontGlyphHotDataPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPairFromHotData(System.UInt16%2CImGuiNET.ImFontGlyphHotDataPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L115">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPairFromHotData_" data-uid="ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPairFromHotData*"></a>
<h4 id="ImGuiNET_ImFontPtr_GetDistanceAdjustmentForPairFromHotData_System_UInt16_ImGuiNET_ImFontGlyphHotDataPtr_" data-uid="ImGuiNET.ImFontPtr.GetDistanceAdjustmentForPairFromHotData(System.UInt16,ImGuiNET.ImFontGlyphHotDataPtr)">GetDistanceAdjustmentForPairFromHotData(UInt16, ImFontGlyphHotDataPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float GetDistanceAdjustmentForPairFromHotData(ushort left_c, ImFontGlyphHotDataPtr right_c_info)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">left_c</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontGlyphHotDataPtr.html">ImFontGlyphHotDataPtr</a></td>
<td><span class="parametername">right_c_info</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_GrowIndex_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.GrowIndex(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L121">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_GrowIndex_" data-uid="ImGuiNET.ImFontPtr.GrowIndex*"></a>
<h4 id="ImGuiNET_ImFontPtr_GrowIndex_System_Int32_" data-uid="ImGuiNET.ImFontPtr.GrowIndex(System.Int32)">GrowIndex(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void GrowIndex(int new_size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">new_size</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_IsLoaded.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.IsLoaded%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L125">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_IsLoaded_" data-uid="ImGuiNET.ImFontPtr.IsLoaded*"></a>
<h4 id="ImGuiNET_ImFontPtr_IsLoaded" data-uid="ImGuiNET.ImFontPtr.IsLoaded">IsLoaded()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsLoaded()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_RenderChar_ImGuiNET_ImDrawListPtr_System_Single_System_Numerics_Vector2_System_UInt32_System_UInt16_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.RenderChar(ImGuiNET.ImDrawListPtr%2CSystem.Single%2CSystem.Numerics.Vector2%2CSystem.UInt32%2CSystem.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L130">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_RenderChar_" data-uid="ImGuiNET.ImFontPtr.RenderChar*"></a>
<h4 id="ImGuiNET_ImFontPtr_RenderChar_ImGuiNET_ImDrawListPtr_System_Single_System_Numerics_Vector2_System_UInt32_System_UInt16_" data-uid="ImGuiNET.ImFontPtr.RenderChar(ImGuiNET.ImDrawListPtr,System.Single,System.Numerics.Vector2,System.UInt32,System.UInt16)">RenderChar(ImDrawListPtr, Single, Vector2, UInt32, UInt16)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void RenderChar(ImDrawListPtr draw_list, float size, Vector2 pos, uint col, ushort c)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImDrawListPtr.html">ImDrawListPtr</a></td>
<td><span class="parametername">draw_list</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">pos</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt32</span></td>
<td><span class="parametername">col</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_SetGlyphVisible_System_UInt16_System_Boolean_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.SetGlyphVisible(System.UInt16%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L135">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_SetGlyphVisible_" data-uid="ImGuiNET.ImFontPtr.SetGlyphVisible*"></a>
<h4 id="ImGuiNET_ImFontPtr_SetGlyphVisible_System_UInt16_System_Boolean_" data-uid="ImGuiNET.ImFontPtr.SetGlyphVisible(System.UInt16,System.Boolean)">SetGlyphVisible(UInt16, Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetGlyphVisible(ushort c, bool visible)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">c</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">visible</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="operators">Operators
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_op_Implicit_ImGuiNET_ImFont___ImGuiNET_ImFontPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.op_Implicit(ImGuiNET.ImFont*)~ImGuiNET.ImFontPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L36">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_op_Implicit_" data-uid="ImGuiNET.ImFontPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontPtr_op_Implicit_ImGuiNET_ImFont___ImGuiNET_ImFontPtr" data-uid="ImGuiNET.ImFontPtr.op_Implicit(ImGuiNET.ImFont*)~ImGuiNET.ImFontPtr">Implicit(ImFont* to ImFontPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator ImFontPtr(ImFont*nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFont.html">ImFont</a>*</td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_op_Implicit_ImGuiNET_ImFontPtr__ImGuiNET_ImFont_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.op_Implicit(ImGuiNET.ImFontPtr)~ImGuiNET.ImFont*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L37">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_op_Implicit_" data-uid="ImGuiNET.ImFontPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontPtr_op_Implicit_ImGuiNET_ImFontPtr__ImGuiNET_ImFont_" data-uid="ImGuiNET.ImFontPtr.op_Implicit(ImGuiNET.ImFontPtr)~ImGuiNET.ImFont*">Implicit(ImFontPtr to ImFont*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator ImFont*(ImFontPtr wrappedPtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
<td><span class="parametername">wrappedPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFont.html">ImFont</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr_op_Implicit_System_IntPtr__ImGuiNET_ImFontPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImFontPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L38">View Source</a>
</span>
<a id="ImGuiNET_ImFontPtr_op_Implicit_" data-uid="ImGuiNET.ImFontPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontPtr_op_Implicit_System_IntPtr__ImGuiNET_ImFontPtr" data-uid="ImGuiNET.ImFontPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImFontPtr">Implicit(IntPtr to ImFontPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator ImFontPtr(IntPtr nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</a></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGui.NET/new/a0c60245d9a4f60e118640515d409a736b207c02/apiSpec/new?filename=ImGuiNET_ImFontPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontPtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGui.NET/blob/a0c60245d9a4f60e118640515d409a736b207c02/src/ImGui.NET-472/ImGui.NET/Generated/ImFont.gen.cs/#L31" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>