<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The hight of character]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I use this font, and now I wont to know what is hight of a charchter?</p>
<p dir="auto">canvas1.loadFont("/fonts/GenSenRounded-R.ttf", SD);<br />
canvas1.createRender(60);<br />
canvas1.setTextSize(60);</p>
<p dir="auto">I use the above commands.<br />
Any sugestion?</p>
<p dir="auto">Cheers,</p>
<p dir="auto">Jan</p>
]]></description><link>https://community.m5stack.com/topic/2900/the-hight-of-character</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 09:40:25 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2900.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Feb 2021 16:12:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The hight of character on Sun, 14 Feb 2021 17:04:26 GMT]]></title><description><![CDATA[<p dir="auto">This is available in the TFT_eSPI base class to canvas, but is not exposed to us.<br />
The following <em>seems</em> to work:</p>
<pre><code>int height = ((TFT_eSPI&amp;)Canvas).fontHeight();
</code></pre>
]]></description><link>https://community.m5stack.com/post/12494</link><guid isPermaLink="true">https://community.m5stack.com/post/12494</guid><dc:creator><![CDATA[murraypaul]]></dc:creator><pubDate>Sun, 14 Feb 2021 17:04:26 GMT</pubDate></item><item><title><![CDATA[Reply to The hight of character on Sat, 06 Feb 2021 15:43:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powersoft" aria-label="Profile: powersoft">@<bdi>powersoft</bdi></a> I kind of ran into this the other day. I found a font I liked online, but was not sure how to gauge the height of the font and the placement of the text on the screen. I ended up using trial and error which kind of sucked due to the lengthy compile and upload process.</p>
]]></description><link>https://community.m5stack.com/post/12344</link><guid isPermaLink="true">https://community.m5stack.com/post/12344</guid><dc:creator><![CDATA[ksprayberry]]></dc:creator><pubDate>Sat, 06 Feb 2021 15:43:19 GMT</pubDate></item></channel></rss>