fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -183,8 +183,8 @@ Class DispEngine
<div class="markdown level0 remarks"><p>The <code>DispEngine</code> is the core rendering and interaction engine for HiAPI applications.</p>
<h2 id="related-documentation">Related Documentation</h2>
<ul>
<li><a href="../dev-doc/basic/rendering/rendering-canvas/index.html">Using RenderingCanvas with DispEngine</a></li>
<li><a href="../dev-doc/basic/rendering/rendering-canvas/custom-implementation.html">Building Your Own Rendering Canvas</a></li>
<li><a href="../fundamentals/rendering/rendering-canvas/index.html">Using RenderingCanvas with DispEngine</a></li>
<li><a href="../fundamentals/rendering/rendering-canvas/custom-implementation.html">Building Your Own Rendering Canvas</a></li>
</ul>
<p>The DispEngine provides a unified API for handling rendering, user interaction, and touch gestures across different UI frameworks.</p>
</div>
@@ -595,8 +595,7 @@ The <a class="xref" href="Hi.Disp.DispEngine.html#Hi_Disp_DispEngine_SetViewToHo
</h3>
<div class="markdown level1 summary"><p>Get or Set to Enable Suppress Default Logo.
The set take no effect if the license <a class="xref" href="Hi.Licenses.AuthFeature.html#Hi_Licenses_AuthFeature_SuppressDefaultLogo">SuppressDefaultLogo</a> is not login.</p>
<div class="markdown level1 summary"><p>Get or Set to Enable Suppress Default Logo.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -618,6 +617,12 @@ The set take no effect if the license <a class="xref" href="Hi.Licenses.AuthFeat
<h4 class="section">Exceptions</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></dt>
<dd><p>Thrown when <a class="xref" href="Hi.Licenses.AuthFeature.html#Hi_Licenses_AuthFeature_SuppressDefaultLogo">SuppressDefaultLogo</a> license is not logged in.</p>
</dd>
</dl>