Dalamud/docs/api/ImGuiNET.ImFontAtlasPtr.html
2021-08-21 22:57:51 +02:00

3006 lines
152 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 ImFontAtlasPtr
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct ImFontAtlasPtr
">
<meta name="generator" content="docfx 2.58.0.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.ImFontAtlasPtr">
<h1 id="ImGuiNET_ImFontAtlasPtr" data-uid="ImGuiNET.ImFontAtlasPtr" class="text-break">Struct ImFontAtlasPtr
</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_ImFontAtlasPtr_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct ImFontAtlasPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr__ctor_ImGuiNET_ImFontAtlas__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.%23ctor(ImGuiNET.ImFontAtlas*)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L97">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr__ctor_" data-uid="ImGuiNET.ImFontAtlasPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr__ctor_ImGuiNET_ImFontAtlas__" data-uid="ImGuiNET.ImFontAtlasPtr.#ctor(ImGuiNET.ImFontAtlas*)">ImFontAtlasPtr(ImFontAtlas*)</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 ImFontAtlasPtr(ImFontAtlas*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.ImFontAtlas.html">ImFontAtlas</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L98">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr__ctor_" data-uid="ImGuiNET.ImFontAtlasPtr.#ctor*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr__ctor_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.#ctor(System.IntPtr)">ImFontAtlasPtr(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 ImFontAtlasPtr(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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_ConfigData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L116">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_ConfigData_" data-uid="ImGuiNET.ImFontAtlasPtr.ConfigData*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_ConfigData" data-uid="ImGuiNET.ImFontAtlasPtr.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 ImPtrVector&lt;ImFontConfigPtr&gt; 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.ImPtrVector-1.html">ImPtrVector</a>&lt;<a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_CustomRects.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.CustomRects%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L115">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_CustomRects_" data-uid="ImGuiNET.ImFontAtlasPtr.CustomRects*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_CustomRects" data-uid="ImGuiNET.ImFontAtlasPtr.CustomRects">CustomRects</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;ImFontAtlasCustomRectPtr&gt; CustomRects { 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.ImFontAtlasCustomRectPtr.html">ImFontAtlasCustomRectPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Flags.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.Flags%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L102">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Flags_" data-uid="ImGuiNET.ImFontAtlasPtr.Flags*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Flags" data-uid="ImGuiNET.ImFontAtlasPtr.Flags">Flags</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 ImFontAtlasFlags Flags { 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.ImFontAtlasFlags.html">ImFontAtlasFlags</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_FontBuilderFlags.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.FontBuilderFlags%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L119">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_FontBuilderFlags_" data-uid="ImGuiNET.ImFontAtlasPtr.FontBuilderFlags*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_FontBuilderFlags" data-uid="ImGuiNET.ImFontAtlasPtr.FontBuilderFlags">FontBuilderFlags</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 uint FontBuilderFlags { 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.UInt32</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_FontBuilderIO.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.FontBuilderIO%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L118">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_FontBuilderIO_" data-uid="ImGuiNET.ImFontAtlasPtr.FontBuilderIO*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_FontBuilderIO" data-uid="ImGuiNET.ImFontAtlasPtr.FontBuilderIO">FontBuilderIO</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 IntPtr FontBuilderIO { get; set; }</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Fonts.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.Fonts%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L114">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Fonts_" data-uid="ImGuiNET.ImFontAtlasPtr.Fonts*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Fonts" data-uid="ImGuiNET.ImFontAtlasPtr.Fonts">Fonts</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;ImFontPtr&gt; Fonts { 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;<a class="xref" href="ImGuiNET.ImFontPtr.html">ImFontPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Locked.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.Locked%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L106">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Locked_" data-uid="ImGuiNET.ImFontAtlasPtr.Locked*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Locked" data-uid="ImGuiNET.ImFontAtlasPtr.Locked">Locked</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 Locked { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_NativePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L96">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_NativePtr_" data-uid="ImGuiNET.ImFontAtlasPtr.NativePtr*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_NativePtr" data-uid="ImGuiNET.ImFontAtlasPtr.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 ImFontAtlas*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.ImFontAtlas.html">ImFontAtlas</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_PackIdLines.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.PackIdLines%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L121">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_PackIdLines_" data-uid="ImGuiNET.ImFontAtlasPtr.PackIdLines*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_PackIdLines" data-uid="ImGuiNET.ImFontAtlasPtr.PackIdLines">PackIdLines</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 PackIdLines { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_PackIdMouseCursors.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.PackIdMouseCursors%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L120">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_PackIdMouseCursors_" data-uid="ImGuiNET.ImFontAtlasPtr.PackIdMouseCursors*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_PackIdMouseCursors" data-uid="ImGuiNET.ImFontAtlasPtr.PackIdMouseCursors">PackIdMouseCursors</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 PackIdMouseCursors { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexDesiredWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexDesiredWidth%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L104">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexDesiredWidth_" data-uid="ImGuiNET.ImFontAtlasPtr.TexDesiredWidth*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexDesiredWidth" data-uid="ImGuiNET.ImFontAtlasPtr.TexDesiredWidth">TexDesiredWidth</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 TexDesiredWidth { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexGlyphPadding.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexGlyphPadding%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L105">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexGlyphPadding_" data-uid="ImGuiNET.ImFontAtlasPtr.TexGlyphPadding*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexGlyphPadding" data-uid="ImGuiNET.ImFontAtlasPtr.TexGlyphPadding">TexGlyphPadding</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 TexGlyphPadding { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexHeight.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexHeight%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L111">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexHeight_" data-uid="ImGuiNET.ImFontAtlasPtr.TexHeight*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexHeight" data-uid="ImGuiNET.ImFontAtlasPtr.TexHeight">TexHeight</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 TexHeight { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexID.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexID%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L103">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexID_" data-uid="ImGuiNET.ImFontAtlasPtr.TexID*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexID" data-uid="ImGuiNET.ImFontAtlasPtr.TexID">TexID</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 IntPtr TexID { 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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexPixelsAlpha8.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexPixelsAlpha8%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L108">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexPixelsAlpha8_" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsAlpha8*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexPixelsAlpha8" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsAlpha8">TexPixelsAlpha8</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 IntPtr TexPixelsAlpha8 { get; set; }</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexPixelsRGBA32.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexPixelsRGBA32%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L109">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexPixelsRGBA32_" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsRGBA32*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexPixelsRGBA32" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsRGBA32">TexPixelsRGBA32</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 IntPtr TexPixelsRGBA32 { get; set; }</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexPixelsUseColors.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexPixelsUseColors%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L107">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexPixelsUseColors_" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsUseColors*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexPixelsUseColors" data-uid="ImGuiNET.ImFontAtlasPtr.TexPixelsUseColors">TexPixelsUseColors</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 TexPixelsUseColors { 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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexUvLines.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexUvLines%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L117">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexUvLines_" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvLines*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexUvLines" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvLines">TexUvLines</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;Vector4&gt; TexUvLines { 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.Numerics.Vector4</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexUvScale.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexUvScale%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L112">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexUvScale_" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvScale*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexUvScale" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvScale">TexUvScale</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 Vector2 TexUvScale { 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.Numerics.Vector2</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexUvWhitePixel.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexUvWhitePixel%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L113">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexUvWhitePixel_" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvWhitePixel*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexUvWhitePixel" data-uid="ImGuiNET.ImFontAtlasPtr.TexUvWhitePixel">TexUvWhitePixel</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 Vector2 TexUvWhitePixel { 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.Numerics.Vector2</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_TexWidth.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.TexWidth%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L110">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_TexWidth_" data-uid="ImGuiNET.ImFontAtlasPtr.TexWidth*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_TexWidth" data-uid="ImGuiNET.ImFontAtlasPtr.TexWidth">TexWidth</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 TexWidth { 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>
<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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_ImGuiNET_ImFontPtr_System_UInt16_System_Int32_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph(ImGuiNET.ImFontPtr%2CSystem.UInt16%2CSystem.Int32%2CSystem.Int32%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L122">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_ImGuiNET_ImFontPtr_System_UInt16_System_Int32_System_Int32_System_Single_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph(ImGuiNET.ImFontPtr,System.UInt16,System.Int32,System.Int32,System.Single)">AddCustomRectFontGlyph(ImFontPtr, UInt16, Int32, Int32, 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 int AddCustomRectFontGlyph(ImFontPtr font, ushort id, int width, int height, 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.ImFontPtr.html">ImFontPtr</a></td>
<td><span class="parametername">font</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">height</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>
<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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_ImGuiNET_ImFontPtr_System_UInt16_System_Int32_System_Int32_System_Single_System_Numerics_Vector2_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph(ImGuiNET.ImFontPtr%2CSystem.UInt16%2CSystem.Int32%2CSystem.Int32%2CSystem.Single%2CSystem.Numerics.Vector2)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L129">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddCustomRectFontGlyph_ImGuiNET_ImFontPtr_System_UInt16_System_Int32_System_Int32_System_Single_System_Numerics_Vector2_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectFontGlyph(ImGuiNET.ImFontPtr,System.UInt16,System.Int32,System.Int32,System.Single,System.Numerics.Vector2)">AddCustomRectFontGlyph(ImFontPtr, UInt16, Int32, Int32, Single, Vector2)</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 int AddCustomRectFontGlyph(ImFontPtr font, ushort id, int width, int height, float advance_x, Vector2 offset)</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">font</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">id</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">height</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>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">offset</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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddCustomRectRegular_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddCustomRectRegular(System.Int32%2CSystem.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L135">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddCustomRectRegular_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectRegular*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddCustomRectRegular_System_Int32_System_Int32_" data-uid="ImGuiNET.ImFontAtlasPtr.AddCustomRectRegular(System.Int32,System.Int32)">AddCustomRectRegular(Int32, 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 int AddCustomRectRegular(int width, int height)</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">width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">height</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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFont_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFont(ImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L140">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFont_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFont*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFont_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFont(ImGuiNET.ImFontConfigPtr)">AddFont(ImFontConfigPtr)</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 AddFont(ImFontConfigPtr font_cfg)</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">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontDefault.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontDefault%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L146">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontDefault_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontDefault*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontDefault" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontDefault">AddFontDefault()</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 AddFontDefault()</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><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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontDefault_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontDefault(ImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L152">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontDefault_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontDefault*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontDefault_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontDefault(ImGuiNET.ImFontConfigPtr)">AddFontDefault(ImFontConfigPtr)</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 AddFontDefault(ImFontConfigPtr font_cfg)</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">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L158">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String,System.Single)">AddFontFromFileTTF(String, 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 ImFontPtr AddFontFromFileTTF(string filename, float size_pixels)</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.String</span></td>
<td><span class="parametername">filename</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String%2CSystem.Single%2CImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L187">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String,System.Single,ImGuiNET.ImFontConfigPtr)">AddFontFromFileTTF(String, Single, ImFontConfigPtr)</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 AddFontFromFileTTF(string filename, float size_pixels, ImFontConfigPtr font_cfg)</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.String</span></td>
<td><span class="parametername">filename</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String%2CSystem.Single%2CImGuiNET.ImFontConfigPtr%2CSystem.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L216">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromFileTTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromFileTTF(System.String,System.Single,ImGuiNET.ImFontConfigPtr,System.IntPtr)">AddFontFromFileTTF(String, Single, ImFontConfigPtr, 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 AddFontFromFileTTF(string filename, float size_pixels, ImFontConfigPtr font_cfg, IntPtr glyph_ranges)</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.String</span></td>
<td><span class="parametername">filename</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">glyph_ranges</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L245">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String,System.Single)">AddFontFromMemoryCompressedBase85TTF(String, 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 ImFontPtr AddFontFromMemoryCompressedBase85TTF(string compressed_font_data_base85, float size_pixels)</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.String</span></td>
<td><span class="parametername">compressed_font_data_base85</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String%2CSystem.Single%2CImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L274">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String,System.Single,ImGuiNET.ImFontConfigPtr)">AddFontFromMemoryCompressedBase85TTF(String, Single, ImFontConfigPtr)</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 AddFontFromMemoryCompressedBase85TTF(string compressed_font_data_base85, float size_pixels, ImFontConfigPtr font_cfg)</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.String</span></td>
<td><span class="parametername">compressed_font_data_base85</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String%2CSystem.Single%2CImGuiNET.ImFontConfigPtr%2CSystem.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L303">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedBase85TTF_System_String_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedBase85TTF(System.String,System.Single,ImGuiNET.ImFontConfigPtr,System.IntPtr)">AddFontFromMemoryCompressedBase85TTF(String, Single, ImFontConfigPtr, 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 AddFontFromMemoryCompressedBase85TTF(string compressed_font_data_base85, float size_pixels, ImFontConfigPtr font_cfg, IntPtr glyph_ranges)</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.String</span></td>
<td><span class="parametername">compressed_font_data_base85</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">glyph_ranges</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr%2CSystem.Int32%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L332">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr,System.Int32,System.Single)">AddFontFromMemoryCompressedTTF(IntPtr, Int32, 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 ImFontPtr AddFontFromMemoryCompressedTTF(IntPtr compressed_font_data, int compressed_font_size, float size_pixels)</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">compressed_font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">compressed_font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr%2CSystem.Int32%2CSystem.Single%2CImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L340">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr,System.Int32,System.Single,ImGuiNET.ImFontConfigPtr)">AddFontFromMemoryCompressedTTF(IntPtr, Int32, Single, ImFontConfigPtr)</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 AddFontFromMemoryCompressedTTF(IntPtr compressed_font_data, int compressed_font_size, float size_pixels, ImFontConfigPtr font_cfg)</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">compressed_font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">compressed_font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr%2CSystem.Int32%2CSystem.Single%2CImGuiNET.ImFontConfigPtr%2CSystem.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L348">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryCompressedTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryCompressedTTF(System.IntPtr,System.Int32,System.Single,ImGuiNET.ImFontConfigPtr,System.IntPtr)">AddFontFromMemoryCompressedTTF(IntPtr, Int32, Single, ImFontConfigPtr, 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 AddFontFromMemoryCompressedTTF(IntPtr compressed_font_data, int compressed_font_size, float size_pixels, ImFontConfigPtr font_cfg, IntPtr glyph_ranges)</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">compressed_font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">compressed_font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">glyph_ranges</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr%2CSystem.Int32%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L356">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr,System.Int32,System.Single)">AddFontFromMemoryTTF(IntPtr, Int32, 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 ImFontPtr AddFontFromMemoryTTF(IntPtr font_data, int font_size, float size_pixels)</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">font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr%2CSystem.Int32%2CSystem.Single%2CImGuiNET.ImFontConfigPtr)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L364">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr,System.Int32,System.Single,ImGuiNET.ImFontConfigPtr)">AddFontFromMemoryTTF(IntPtr, Int32, Single, ImFontConfigPtr)</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 AddFontFromMemoryTTF(IntPtr font_data, int font_size, float size_pixels, ImFontConfigPtr font_cfg)</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">font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr%2CSystem.Int32%2CSystem.Single%2CImGuiNET.ImFontConfigPtr%2CSystem.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L372">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_AddFontFromMemoryTTF_System_IntPtr_System_Int32_System_Single_ImGuiNET_ImFontConfigPtr_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.AddFontFromMemoryTTF(System.IntPtr,System.Int32,System.Single,ImGuiNET.ImFontConfigPtr,System.IntPtr)">AddFontFromMemoryTTF(IntPtr, Int32, Single, ImFontConfigPtr, 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 AddFontFromMemoryTTF(IntPtr font_data, int font_size, float size_pixels, ImFontConfigPtr font_cfg, IntPtr glyph_ranges)</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">font_data</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">font_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Single</span></td>
<td><span class="parametername">size_pixels</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="ImGuiNET.ImFontConfigPtr.html">ImFontConfigPtr</a></td>
<td><span class="parametername">font_cfg</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">glyph_ranges</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Build.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.Build%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L380">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Build_" data-uid="ImGuiNET.ImFontAtlasPtr.Build*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Build" data-uid="ImGuiNET.ImFontAtlasPtr.Build">Build()</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 Build()</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_CalcCustomRectUV_ImGuiNET_ImFontAtlasCustomRectPtr_System_Numerics_Vector2__System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.CalcCustomRectUV(ImGuiNET.ImFontAtlasCustomRectPtr%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L385">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_CalcCustomRectUV_" data-uid="ImGuiNET.ImFontAtlasPtr.CalcCustomRectUV*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_CalcCustomRectUV_ImGuiNET_ImFontAtlasCustomRectPtr_System_Numerics_Vector2__System_Numerics_Vector2__" data-uid="ImGuiNET.ImFontAtlasPtr.CalcCustomRectUV(ImGuiNET.ImFontAtlasCustomRectPtr,System.Numerics.Vector2@,System.Numerics.Vector2@)">CalcCustomRectUV(ImFontAtlasCustomRectPtr, out Vector2, out Vector2)</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 CalcCustomRectUV(ImFontAtlasCustomRectPtr rect, out Vector2 out_uv_min, out Vector2 out_uv_max)</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.ImFontAtlasCustomRectPtr.html">ImFontAtlasCustomRectPtr</a></td>
<td><span class="parametername">rect</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_min</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_max</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Clear.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.Clear%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L396">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Clear_" data-uid="ImGuiNET.ImFontAtlasPtr.Clear*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Clear" data-uid="ImGuiNET.ImFontAtlasPtr.Clear">Clear()</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 Clear()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_ClearFonts.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.ClearFonts%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L400">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_ClearFonts_" data-uid="ImGuiNET.ImFontAtlasPtr.ClearFonts*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_ClearFonts" data-uid="ImGuiNET.ImFontAtlasPtr.ClearFonts">ClearFonts()</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 ClearFonts()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_ClearInputData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.ClearInputData%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L404">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_ClearInputData_" data-uid="ImGuiNET.ImFontAtlasPtr.ClearInputData*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_ClearInputData" data-uid="ImGuiNET.ImFontAtlasPtr.ClearInputData">ClearInputData()</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 ClearInputData()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_ClearTexData.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.ClearTexData%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L408">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_ClearTexData_" data-uid="ImGuiNET.ImFontAtlasPtr.ClearTexData*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_ClearTexData" data-uid="ImGuiNET.ImFontAtlasPtr.ClearTexData">ClearTexData()</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 ClearTexData()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_Destroy.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L412">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_Destroy_" data-uid="ImGuiNET.ImFontAtlasPtr.Destroy*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_Destroy" data-uid="ImGuiNET.ImFontAtlasPtr.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetCustomRectByIndex_System_Int32_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetCustomRectByIndex(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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L416">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetCustomRectByIndex_" data-uid="ImGuiNET.ImFontAtlasPtr.GetCustomRectByIndex*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetCustomRectByIndex_System_Int32_" data-uid="ImGuiNET.ImFontAtlasPtr.GetCustomRectByIndex(System.Int32)">GetCustomRectByIndex(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 ImFontAtlasCustomRectPtr GetCustomRectByIndex(int index)</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">index</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.ImFontAtlasCustomRectPtr.html">ImFontAtlasCustomRectPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseFull.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseFull%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L421">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseFull_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseFull*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseFull" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseFull">GetGlyphRangesChineseFull()</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 IntPtr GetGlyphRangesChineseFull()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseSimplifiedCommon.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseSimplifiedCommon%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L426">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseSimplifiedCommon_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseSimplifiedCommon*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesChineseSimplifiedCommon" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesChineseSimplifiedCommon">GetGlyphRangesChineseSimplifiedCommon()</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 IntPtr GetGlyphRangesChineseSimplifiedCommon()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesCyrillic.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesCyrillic%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L431">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesCyrillic_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesCyrillic*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesCyrillic" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesCyrillic">GetGlyphRangesCyrillic()</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 IntPtr GetGlyphRangesCyrillic()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesDefault.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesDefault%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L436">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesDefault_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesDefault*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesDefault" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesDefault">GetGlyphRangesDefault()</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 IntPtr GetGlyphRangesDefault()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesJapanese.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesJapanese%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L441">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesJapanese_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesJapanese*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesJapanese" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesJapanese">GetGlyphRangesJapanese()</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 IntPtr GetGlyphRangesJapanese()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesKorean.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesKorean%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L446">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesKorean_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesKorean*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesKorean" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesKorean">GetGlyphRangesKorean()</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 IntPtr GetGlyphRangesKorean()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesThai.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesThai%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L451">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesThai_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesThai*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesThai" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesThai">GetGlyphRangesThai()</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 IntPtr GetGlyphRangesThai()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetGlyphRangesVietnamese.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetGlyphRangesVietnamese%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L456">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesVietnamese_" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesVietnamese*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetGlyphRangesVietnamese" data-uid="ImGuiNET.ImFontAtlasPtr.GetGlyphRangesVietnamese">GetGlyphRangesVietnamese()</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 IntPtr GetGlyphRangesVietnamese()</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.IntPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_ImGuiNET_ImGuiMouseCursor_System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData(ImGuiNET.ImGuiMouseCursor%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L461">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_" data-uid="ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_ImGuiNET_ImGuiMouseCursor_System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__" data-uid="ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData(ImGuiNET.ImGuiMouseCursor,System.Numerics.Vector2@,System.Numerics.Vector2@,System.Numerics.Vector2@,System.Numerics.Vector2@)">GetMouseCursorTexData(ImGuiMouseCursor, out Vector2, out Vector2, out Vector2, out Vector2)</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 GetMouseCursorTexData(ImGuiMouseCursor cursor, out Vector2 out_offset, out Vector2 out_size, out Vector2 out_uv_border, out Vector2 out_uv_fill)</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.ImGuiMouseCursor.html">ImGuiMouseCursor</a></td>
<td><span class="parametername">cursor</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_border</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_fill</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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_System_Int32_System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData(System.Int32%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40%2CSystem.Numerics.Vector2%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L478">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_" data-uid="ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetMouseCursorTexData_System_Int32_System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__System_Numerics_Vector2__" data-uid="ImGuiNET.ImFontAtlasPtr.GetMouseCursorTexData(System.Int32,System.Numerics.Vector2@,System.Numerics.Vector2@,System.Numerics.Vector2@,System.Numerics.Vector2@)">GetMouseCursorTexData(Int32, out Vector2, out Vector2, out Vector2, out Vector2)</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">[Obsolete(&quot;Use method with non-primitive (enum) arguments instead.&quot;)]
public bool GetMouseCursorTexData(int cursor, out Vector2 out_offset, out Vector2 out_size, out Vector2 out_uv_border, out Vector2 out_uv_fill)</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">cursor</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_size</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_border</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><span class="parametername">out_uv_fill</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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_Byte___System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.Byte*%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L496">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_Byte___System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.Byte*@,System.Int32@,System.Int32@)">GetTexDataAsAlpha8(out Byte*, out Int32, out 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 GetTexDataAsAlpha8(out byte *out_pixels, out int out_width, out int out_height)</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.Byte</span>*</td>
<td><span class="parametername">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_Byte___System_Int32__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.Byte*%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L510">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_Byte___System_Int32__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.Byte*@,System.Int32@,System.Int32@,System.Int32@)">GetTexDataAsAlpha8(out Byte*, out Int32, out Int32, out 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 GetTexDataAsAlpha8(out byte *out_pixels, out int out_width, out int out_height, out int out_bytes_per_pixel)</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.Byte</span>*</td>
<td><span class="parametername">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_bytes_per_pixel</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_IntPtr__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.IntPtr%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L526">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_IntPtr__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.IntPtr@,System.Int32@,System.Int32@)">GetTexDataAsAlpha8(out IntPtr, out Int32, out 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 GetTexDataAsAlpha8(out IntPtr out_pixels, out int out_width, out int out_height)</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">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_IntPtr__System_Int32__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.IntPtr%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L540">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsAlpha8_System_IntPtr__System_Int32__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsAlpha8(System.IntPtr@,System.Int32@,System.Int32@,System.Int32@)">GetTexDataAsAlpha8(out IntPtr, out Int32, out Int32, out 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 GetTexDataAsAlpha8(out IntPtr out_pixels, out int out_width, out int out_height, out int out_bytes_per_pixel)</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">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_bytes_per_pixel</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_Byte___System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.Byte*%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L556">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_Byte___System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.Byte*@,System.Int32@,System.Int32@)">GetTexDataAsRGBA32(out Byte*, out Int32, out 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 GetTexDataAsRGBA32(out byte *out_pixels, out int out_width, out int out_height)</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.Byte</span>*</td>
<td><span class="parametername">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_Byte___System_Int32__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.Byte*%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L570">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_Byte___System_Int32__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.Byte*@,System.Int32@,System.Int32@,System.Int32@)">GetTexDataAsRGBA32(out Byte*, out Int32, out Int32, out 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 GetTexDataAsRGBA32(out byte *out_pixels, out int out_width, out int out_height, out int out_bytes_per_pixel)</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.Byte</span>*</td>
<td><span class="parametername">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_bytes_per_pixel</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_IntPtr__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.IntPtr%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L586">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_IntPtr__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.IntPtr@,System.Int32@,System.Int32@)">GetTexDataAsRGBA32(out IntPtr, out Int32, out 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 GetTexDataAsRGBA32(out IntPtr out_pixels, out int out_width, out int out_height)</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">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_IntPtr__System_Int32__System_Int32__System_Int32__.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.IntPtr%40%2CSystem.Int32%40%2CSystem.Int32%40%2CSystem.Int32%40)%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L600">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_GetTexDataAsRGBA32_System_IntPtr__System_Int32__System_Int32__System_Int32__" data-uid="ImGuiNET.ImFontAtlasPtr.GetTexDataAsRGBA32(System.IntPtr@,System.Int32@,System.Int32@,System.Int32@)">GetTexDataAsRGBA32(out IntPtr, out Int32, out Int32, out 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 GetTexDataAsRGBA32(out IntPtr out_pixels, out int out_width, out int out_height, out int out_bytes_per_pixel)</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">out_pixels</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_width</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_height</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">out_bytes_per_pixel</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_IsBuilt.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.IsBuilt%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L616">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_IsBuilt_" data-uid="ImGuiNET.ImFontAtlasPtr.IsBuilt*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_IsBuilt" data-uid="ImGuiNET.ImFontAtlasPtr.IsBuilt">IsBuilt()</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 IsBuilt()</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_SetTexID_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.SetTexID(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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L621">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_SetTexID_" data-uid="ImGuiNET.ImFontAtlasPtr.SetTexID*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_SetTexID_System_IntPtr_" data-uid="ImGuiNET.ImFontAtlasPtr.SetTexID(System.IntPtr)">SetTexID(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 void SetTexID(IntPtr id)</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">id</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_op_Implicit_ImGuiNET_ImFontAtlas___ImGuiNET_ImFontAtlasPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.op_Implicit(ImGuiNET.ImFontAtlas*)~ImGuiNET.ImFontAtlasPtr%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L99">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_op_Implicit_" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_op_Implicit_ImGuiNET_ImFontAtlas___ImGuiNET_ImFontAtlasPtr" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit(ImGuiNET.ImFontAtlas*)~ImGuiNET.ImFontAtlasPtr">Implicit(ImFontAtlas* to ImFontAtlasPtr)</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 ImFontAtlasPtr(ImFontAtlas*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.ImFontAtlas.html">ImFontAtlas</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.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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_op_Implicit_ImGuiNET_ImFontAtlasPtr__ImGuiNET_ImFontAtlas_.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.op_Implicit(ImGuiNET.ImFontAtlasPtr)~ImGuiNET.ImFontAtlas*%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L100">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_op_Implicit_" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_op_Implicit_ImGuiNET_ImFontAtlasPtr__ImGuiNET_ImFontAtlas_" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit(ImGuiNET.ImFontAtlasPtr)~ImGuiNET.ImFontAtlas*">Implicit(ImFontAtlasPtr to ImFontAtlas*)</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 ImFontAtlas*(ImFontAtlasPtr 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.ImFontAtlasPtr.html">ImFontAtlasPtr</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.ImFontAtlas.html">ImFontAtlas</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr_op_Implicit_System_IntPtr__ImGuiNET_ImFontAtlasPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImFontAtlasPtr%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L101">View Source</a>
</span>
<a id="ImGuiNET_ImFontAtlasPtr_op_Implicit_" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit*"></a>
<h4 id="ImGuiNET_ImFontAtlasPtr_op_Implicit_System_IntPtr__ImGuiNET_ImFontAtlasPtr" data-uid="ImGuiNET.ImFontAtlasPtr.op_Implicit(System.IntPtr)~ImGuiNET.ImFontAtlasPtr">Implicit(IntPtr to ImFontAtlasPtr)</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 ImFontAtlasPtr(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.ImFontAtlasPtr.html">ImFontAtlasPtr</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/448ffce48f2df192eada6d7c7e09822677c21467/apiSpec/new?filename=ImGuiNET_ImFontAtlasPtr.md&amp;value=---%0Auid%3A%20ImGuiNET.ImFontAtlasPtr%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/448ffce48f2df192eada6d7c7e09822677c21467/src/ImGui.NET-472/ImGui.NET/Generated/ImFontAtlas.gen.cs/#L94" 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>