<?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[Bug? Too small tab header font]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I have currently three displays: The laptop monitor (Ultra Hi Res, scaling currently at 250%) and two normal screens (set to 100%) - the tab headers are on all screens so small that it’s almost impossible to read them. Any idea if this is a bug or which setting I need to change? Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13032/bug-too-small-tab-header-font</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 00:37:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13032.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Jan 2017 08:01:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bug? Too small tab header font on Tue, 03 Jan 2017 09:51:09 GMT]]></title><description><![CDATA[<p dir="auto">Already here:<br />
<a href="https://notepad-plus-plus.org/community/topic/12873/can-t-read-the-filenames-in-the-tabs" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/12873/can-t-read-the-filenames-in-the-tabs</a></p>
<p dir="auto">I toyed with modification within <code>TabBarPlus::init</code>. The following helped but it requires some more work on resizing tab rectangles.</p>
<p dir="auto">Changing<br />
<code>_hFont = (HFONT)::GetStockObject(DEFAULT_GUI_FONT);</code><br />
To<br />
<code>NONCLIENTMETRICS ncmat;</code><br />
<code>ncmat.cbSize = sizeof(ncmat); </code><br />
<code>::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS), &amp;ncmat, 0);</code><br />
<code>_hFont = ::CreateFontIndirect(&amp;ncmat.lfMenuFont);</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/20549</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/20549</guid><dc:creator><![CDATA[gstavi]]></dc:creator><pubDate>Tue, 03 Jan 2017 09:51:09 GMT</pubDate></item></channel></rss>