Deploying to gh-pages from @ GRRLIB/GRRLIB@dc9ac8463a 🚀

This commit is contained in:
Crayon2000 2024-02-08 00:50:18 +00:00
parent 5f5dcda560
commit 562bd01084
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -78,6 +78,7 @@ $(function() {
<h1><a href="https://github.com/GRRLIB/GRRLIB/compare/v4.4.1...HEAD">Unreleased</a></h1>
<ul>
<li>Fixed compatibility issues with devkitPPC release 39.</li>
<li>Fixed linking problem in examples with FreeType 2.13.2 (pkgrel 1 and 2).</li>
<li>Added <code><a class="el" href="group___all_func.html#ga402b52f044c46e147e32cc1da4153829" title="Load a TTF from a file.">GRRLIB_LoadTTFFromFile()</a></code> to load a TTF from a file.</li>
<li>Added <code><a class="el" href="group___all_func.html#ga6bef7c5bd9550225b7ee0cc3da207738" title="Draw an ellipse.">GRRLIB_Ellipse()</a></code> to draw an ellipse.</li>
<li>Changed <code><a class="el" href="group___all_func.html#ga358e206bb75caac5bf850bd6f8f17d2a" title="Print function for TTF font.">GRRLIB_PrintfTTF()</a></code> and <code><a class="el" href="group___all_func.html#gaba31ba538f5ee4f1abf0fb604a34d45b" title="Print function for TTF font.">GRRLIB_PrintfTTFW()</a></code> so they use the alpha channel from the <code>color</code> parameter.</li>