mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
700 lines
33 KiB
HTML
700 lines
33 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 ImFontConfig
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Struct ImFontConfig
|
|
">
|
|
<meta name="generator" content="docfx 2.58.9.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.ImFontConfig">
|
|
|
|
|
|
<h1 id="ImGuiNET_ImFontConfig" data-uid="ImGuiNET.ImFontConfig" class="text-break">Struct ImFontConfig
|
|
</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_ImFontConfig_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public struct ImFontConfig</code></pre>
|
|
</div>
|
|
<h3 id="fields">Fields
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_DstFont.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.DstFont%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L28">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_DstFont" data-uid="ImGuiNET.ImFontConfig.DstFont">DstFont</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 ImFont*DstFont</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="ImGuiNET.ImFont.html">ImFont</a>*</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_EllipsisChar.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.EllipsisChar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/ImGui.NET/blob/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L26">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_EllipsisChar" data-uid="ImGuiNET.ImFontConfig.EllipsisChar">EllipsisChar</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public ushort EllipsisChar</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.UInt16</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_FontBuilderFlags.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L24">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_FontBuilderFlags" data-uid="ImGuiNET.ImFontConfig.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 uint FontBuilderFlags</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_FontData.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.FontData%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L10">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_FontData" data-uid="ImGuiNET.ImFontConfig.FontData">FontData</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 *FontData</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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.Void</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_FontDataOwnedByAtlas.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.FontDataOwnedByAtlas%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L12">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_FontDataOwnedByAtlas" data-uid="ImGuiNET.ImFontConfig.FontDataOwnedByAtlas">FontDataOwnedByAtlas</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 byte FontDataOwnedByAtlas</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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.Byte</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_FontDataSize.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.FontDataSize%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L11">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_FontDataSize" data-uid="ImGuiNET.ImFontConfig.FontDataSize">FontDataSize</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 FontDataSize</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_FontNo.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.FontNo%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L13">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_FontNo" data-uid="ImGuiNET.ImFontConfig.FontNo">FontNo</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 FontNo</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_GlyphExtraSpacing.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.GlyphExtraSpacing%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L18">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_GlyphExtraSpacing" data-uid="ImGuiNET.ImFontConfig.GlyphExtraSpacing">GlyphExtraSpacing</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 Vector2 GlyphExtraSpacing</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_GlyphMaxAdvanceX.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.GlyphMaxAdvanceX%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L22">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_GlyphMaxAdvanceX" data-uid="ImGuiNET.ImFontConfig.GlyphMaxAdvanceX">GlyphMaxAdvanceX</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float GlyphMaxAdvanceX</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_GlyphMinAdvanceX.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.GlyphMinAdvanceX%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L21">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_GlyphMinAdvanceX" data-uid="ImGuiNET.ImFontConfig.GlyphMinAdvanceX">GlyphMinAdvanceX</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float GlyphMinAdvanceX</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_GlyphOffset.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.GlyphOffset%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L19">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_GlyphOffset" data-uid="ImGuiNET.ImFontConfig.GlyphOffset">GlyphOffset</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 Vector2 GlyphOffset</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_GlyphRanges.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.GlyphRanges%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L20">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_GlyphRanges" data-uid="ImGuiNET.ImFontConfig.GlyphRanges">GlyphRanges</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 ushort *GlyphRanges</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.UInt16</span>*</td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_MergeMode.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.MergeMode%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L23">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_MergeMode" data-uid="ImGuiNET.ImFontConfig.MergeMode">MergeMode</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 byte MergeMode</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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.Byte</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_Name.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.Name%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L27">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_Name" data-uid="ImGuiNET.ImFontConfig.Name">Name</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 byte *Name</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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.Byte</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_OversampleH.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.OversampleH%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L15">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_OversampleH" data-uid="ImGuiNET.ImFontConfig.OversampleH">OversampleH</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 OversampleH</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_OversampleV.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.OversampleV%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L16">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_OversampleV" data-uid="ImGuiNET.ImFontConfig.OversampleV">OversampleV</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 OversampleV</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_PixelSnapH.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.PixelSnapH%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L17">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_PixelSnapH" data-uid="ImGuiNET.ImFontConfig.PixelSnapH">PixelSnapH</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 byte PixelSnapH</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field 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.Byte</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_RasterizerMultiply.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.RasterizerMultiply%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L25">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_RasterizerMultiply" data-uid="ImGuiNET.ImFontConfig.RasterizerMultiply">RasterizerMultiply</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float RasterizerMultiply</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/ImGui.NET/new/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig_SizePixels.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig.SizePixels%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L14">View Source</a>
|
|
</span>
|
|
<h4 id="ImGuiNET_ImFontConfig_SizePixels" data-uid="ImGuiNET.ImFontConfig.SizePixels">SizePixels</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float SizePixels</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</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/e29a26e48a909d65d92fa9115a5e162209119d9c/apiSpec/new?filename=ImGuiNET_ImFontConfig.md&value=---%0Auid%3A%20ImGuiNET.ImFontConfig%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/e29a26e48a909d65d92fa9115a5e162209119d9c/src/ImGui.NET-472/ImGui.NET/Generated/ImFontConfig.gen.cs/#L8" 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>
|