Page 1 of 1
Bold face text in full screen?
Posted: Thu Jul 21, 2016 8:56 pm
by photoken
Using Win10 Pro x64 and XnViewMP 0.81 x64
I have the following image information displayed when viewing an image in full screen:
Code: Select all
\{Folder name}
{Filename}
{File Type}
{Width}w x {Height}h
{Size KB} Kb
{Zoom}%
I'd like to have that {Filename} line displayed in
bold type. How can I do that?
Re: Bold face text in full screen?
Posted: Thu Jul 21, 2016 10:30 pm
by XnTriq
Hi Ken =)
MP supports a
subset of HTML:
Re: Bold face text in full screen?
Posted: Fri Jul 22, 2016 4:05 am
by photoken
Thanks for the reply, but that does not work -- although those HTML tags work for the information displayed in the tooltip for the browser window, those tags do not work for the information displayed when viewing an image in full screen.
Re: Bold face text in full screen?
Posted: Fri Jul 22, 2016 4:15 am
by XnTriq
photoken wrote:Thanks for the reply, but that does not work -- although those HTML tags work for the information displayed in the tooltip for the browser window, those tags do not work for the information displayed when viewing an image in full screen.
Maybe I misunderstood. Aren't we talking about
Information displayed in
Tools »
Settings... »
View »
Info?
Code: Select all
\{Folder name}
<b>{Filename}</b>
{File Type}
{Width}w x {Height}h
{Size KB} Kb
{Zoom}%
Re: Bold face text in full screen?
Posted: Fri Jul 22, 2016 6:13 am
by photoken
Yes. Tools...Settings...View...Info.
The HTML tags for bold do not display the tagged line in bold when the image is viewed in full screen.
Re: Bold face text in full screen?
Posted: Fri Jul 22, 2016 3:45 pm
by XnTriq
And which font do you use?

- Windows XP SP3 | XnViewMP v0.81 | MS Shell Dlg 2
Re: Bold face text in full screen?
Posted: Fri Jul 22, 2016 8:36 pm
by photoken
XnTriq wrote:And which font do you use?
Aha! Thanks for showing the font you used.
I always like using SegoeUI Demibold as my screen font, and the bold tags did not affect that font. Changing the font to SegoeUI makes things work as expected:

- full screen info.png (16.79 KiB) Viewed 866 times
As a side note, I tested the bold tags with Arial before posting my original message, but the difference was so slight that I completely missed it. My mistake....
Thanks again for your replies!
Re: Bold face text in full screen?
Posted: Sat Jul 23, 2016 1:45 am
by XnTriq
Thanks for reporting back, Ken