Skip to content

Commit dea442a

Browse files
committed
*Simd::Font refactoring.
1 parent 0f11ea9 commit dea442a

20 files changed

Lines changed: 2352 additions & 1787 deletions

docs/2026.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ <h5>New features</h5>
4444
<li>Function Simd::Resize for Simd::Frame.</li>
4545
<li>Base implementation of function DrawLine.</li>
4646
<li>Base implementation of function DrawRectangle.</li>
47+
<li>Base implementation of function FontInit.</li>
48+
<li>Base implementation of function FontResize.</li>
49+
<li>Base implementation of function FontHeight.</li>
50+
<li>Base implementation of function FontMeasure.</li>
51+
<li>Base implementation of function FontDraw.</li>
4752
</ul>
4853
<h5>Improving</h5>
4954
<ul>
@@ -53,6 +58,7 @@ <h5>Improving</h5>
5358
<li>AVX-512BW optimizations of function SynetMergedConvolution32f (DepthwiseConvolution_k3p1d1s1w6).</li>
5459
<li>Simd::DrawLine uses SimdDrawLine instead its own implementation.</li>
5560
<li>Simd::DrawRectangle uses SimdDrawRectangle instead its own implementation.</li>
61+
<li>Simd::Font uses functions SimdFontInit, SimdFontResize, SimdFontHeight, SimdFontMeasure, SimdFontDraw instead of its own implementation.</li>
5662
</ul>
5763

5864
<h4>Python wrapper</h4>

docs/help/class_simd_1_1_font.html

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_b.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_f.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_func_~.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_r.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_u.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/help/functions_~.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)