Tree font and high DPI friendliness
-
- Posts: 54
- Joined: January 10th, 2011, 4:19 pm
- Location: USA/Florida
Tree font and high DPI friendliness
Vlad,
This is probably already on your list of enhancements you'd like to make in AllMyNotes after you've implemented high-priority features. But just in case it's not...
I'd like to be able to control which font (and font size) is used within the tree, at least at a global level but it would be great to be able to change this at the note/folder level too. The current font size is just a little too small for me.
Actually, the same request applies to the menu too (i.e., File, Edit, etc.), because on my screen that font is very small.
Thanks,
Brent
This is probably already on your list of enhancements you'd like to make in AllMyNotes after you've implemented high-priority features. But just in case it's not...
I'd like to be able to control which font (and font size) is used within the tree, at least at a global level but it would be great to be able to change this at the note/folder level too. The current font size is just a little too small for me.
Actually, the same request applies to the menu too (i.e., File, Edit, etc.), because on my screen that font is very small.
Thanks,
Brent
Re: Tree font
Hi Brent,
There is a solution. Font name/size can be specified in Skin configuration file. You can play with it by locating SkinInfo.ini file, and create/modify lines below:
Once you are done with modifications restart AllMyNotes.
You may notice that these lines are present in HolyCrown skin, but commented out (disabled, to use default Windows font).
There is one inconvenient thing about it - each time after installing an upgrade will be needed to restore these lines, as skin will be reinstalled too. To go around this issue I'd recommend creating copy of skin, renaming it, so that installer will not overwrite it. But still will be needed to update it in accordance with original skin file changes.
Please use this solution for now. And as a better solution I'll file for implementation an option to modify font size...
UPDATE Aug 2022, please see my illustrated guideline below for information how to do it:

There is a solution. Font name/size can be specified in Skin configuration file. You can play with it by locating SkinInfo.ini file, and create/modify lines below:
Code: Select all
***************************************
**
** Fonts
**
FontNormalName=SegoeUI.TTF
FontNormalSize=90
FontMenuName=SegoeUI.TTF
FontMenuSize=85
FontEditName=SegoeUI.TTF
FontEditSize=100
FontWndTitleName=SegoeUI.TTF
FontWndTitleSize=90
FontWndTitleBolded=TRUE
FontHintName=SegoeUI.TTF
FontHintSize=150
Once you are done with modifications restart AllMyNotes.
You may notice that these lines are present in HolyCrown skin, but commented out (disabled, to use default Windows font).
There is one inconvenient thing about it - each time after installing an upgrade will be needed to restore these lines, as skin will be reinstalled too. To go around this issue I'd recommend creating copy of skin, renaming it, so that installer will not overwrite it. But still will be needed to update it in accordance with original skin file changes.
Please use this solution for now. And as a better solution I'll file for implementation an option to modify font size...
UPDATE Aug 2022, please see my illustrated guideline below for information how to do it:

AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers
-
- Posts: 54
- Joined: January 10th, 2011, 4:19 pm
- Location: USA/Florida
Re: Tree font
Good idea, Vlad. Thanks!
-
- Posts: 54
- Joined: January 10th, 2011, 4:19 pm
- Location: USA/Florida
Re: Tree font
Vlad,
I went with what's shown below. What's strange is that this didn't change the font, only the font's size, which is OK because that's what I was after. I just wanted to let you know that changing the font name had no effect other than to allow my font size to be used. When I commented-out each 'name' line, my 'size' lines weren't used. Just fyi.
Brent
I went with what's shown below. What's strange is that this didn't change the font, only the font's size, which is OK because that's what I was after. I just wanted to let you know that changing the font name had no effect other than to allow my font size to be used. When I commented-out each 'name' line, my 'size' lines weren't used. Just fyi.
Code: Select all
FontNormalName=SegoeUI.TTF
FontNormalSize=90
FontMenuName=SegoeUI.TTF
FontMenuSize=90
FontEditName=SegoeUI.TTF
FontEditSize=90
FontWndTitleName=SegoeUI.TTF
FontWndTitleSize=100
FontWndTitleBolded=TRUE
Re: Tree font
It's because on my system I have bit different font packs installed. You may use font name installed in windows, or .ttf font file name located in the skin directory.BrentKelly wrote:What's strange is that this didn't change the font, only the font's size...
You may try "Tahoma", "Century Gothic" (without quotes), etc.
AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers
-
- Posts: 54
- Joined: January 10th, 2011, 4:19 pm
- Location: USA/Florida
Re: Tree font
I've tried several fonts that are located in my /windows/font directory, but the style shown in the tree never changes. My skin directory doesn't have any fonts in it (should it?). So I copied the SegoeUI.ttf file to that directory to see if it would be picked up there. It wasn't.
Re: Tree font
Hi Vlad,
Thank you for pointing to the files to adjust. I've tried several times now without success. I am more of a graphics person than a code person, so digging around in the guts of programs frightens me a little.
I am used to font sizes being much smaller numbers than 90, ie 12 - 14 - 18... so this will be trial and error for me.
If I am to understand correctly, I can only alter the font size within the default skin, yes?
Thank you for pointing to the files to adjust. I've tried several times now without success. I am more of a graphics person than a code person, so digging around in the guts of programs frightens me a little.
I am used to font sizes being much smaller numbers than 90, ie 12 - 14 - 18... so this will be trial and error for me.
If I am to understand correctly, I can only alter the font size within the default skin, yes?
Re: Tree font
Need to:opal wrote:Thank you for pointing to the files to adjust. I've tried several times now without success.
1. Save/update these .ini file lines.
2. Restart AllMyNotes.
Just play with it a little, to get a feeling how numbers affect the size.opal wrote:I am used to font sizes being much smaller numbers than 90, ie 12 - 14 - 18... so this will be trial and error for me.
With any skin. Hmm... Possibly you are working with wrong sininfo.ini file? Cause there is two skins - "Holy Crown", and "Deep". Possibly you are modifying one skin, while AllMyNotes is configured to display another one?opal wrote:If I am to understand correctly, I can only alter the font size within the default skin, yes?
AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers
Re: Tree font and high DPI friendliness
I have tried without success to do this! I have this but the higher numbers make no difference?
**
** Fonts
**
//FontNormalName=SegoeUI.TTF
//FontNormalSize=200
//FontMenuName=segoepr.ttf
//FontMenuSize=200
//FontEditName=TENAHB48.TTF
//FontEditSize=120
//FontWndTitleName=Orbitbn.ttf
//FontWndTitleSize=200
//FontWndTitleBolded=TRUE
//FontHintName=Amelian.TTF
//FontHintSize=150
**
** Fonts
**
//FontNormalName=SegoeUI.TTF
//FontNormalSize=200
//FontMenuName=segoepr.ttf
//FontMenuSize=200
//FontEditName=TENAHB48.TTF
//FontEditSize=120
//FontWndTitleName=Orbitbn.ttf
//FontWndTitleSize=200
//FontWndTitleBolded=TRUE
//FontHintName=Amelian.TTF
//FontHintSize=150
Re: Tree font and high DPI friendliness
You have to remove // characters, as these there to block these lines, like this:Lynette wrote:I have tried without success to do this! I have this but the higher numbers make no difference?
**
** Fonts
**
//FontNormalName=SegoeUI.TTF
//FontNormalSize=200
//FontMenuName=segoepr.ttf
//FontMenuSize=200
//FontEditName=TENAHB48.TTF
//FontEditSize=120
//FontWndTitleName=Orbitbn.ttf
//FontWndTitleSize=200
//FontWndTitleBolded=TRUE
//FontHintName=Amelian.TTF
//FontHintSize=150
FontNormalName=SegoeUI.TTF
FontNormalSize=200
FontMenuName=segoepr.ttf
FontMenuSize=200
FontEditName=TENAHB48.TTF
FontEditSize=120
FontWndTitleName=Orbitbn.ttf
FontWndTitleSize=200
FontWndTitleBolded=TRUE
FontHintName=Amelian.TTF
FontHintSize=150
AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers
Re: Tree font and high DPI friendliness
Yes it works now!
Many thanks....
Many thanks....
Re: Tree font and high DPI friendliness
Hello,
If I need to create a new post for this issue please let me know.
Is this information concerning increasing the Tree and Menu sizes still the only way to accomplish this? I am not real savey in this area and am not sure I want to try this as I am afraid of messing something up permanently.
Hoping there is an automated way this can be done now other than this manual method. Please advise.
Thanks in advance.
If I need to create a new post for this issue please let me know.
Is this information concerning increasing the Tree and Menu sizes still the only way to accomplish this? I am not real savey in this area and am not sure I want to try this as I am afraid of messing something up permanently.
Hoping there is an automated way this can be done now other than this manual method. Please advise.
Thanks in advance.
Re: Tree font and high DPI friendliness
I took a leap of faith and have successfully adjusted my system. No reply necessary to my initial post.
Thank you.
Thank you.
Re: Tree font and high DPI friendliness
I've also tried this, with no success. I'm using a Deep skin, and tried changing the skininfo.ini file for Deep. I removed the // double slashes, changed some size numbers, no luck. Then I thought I'd modify the Holy Crown .ini file. Also removed double slashes, changed some numbers. The "menu" text changed, okay....but nothing on the Tree font or size.
Actually, it's a bit odd that both the .ini files had the double slashes in all the lines of the Fonts section. I did download the trial version and installed it, then purchased Deluxe and put in the activation code. So whatever files were installed originally, those are the files.
I don't actually see 2 lines that even refer to the Tree (Folders) font size, not to mention the text in Notes. I've used the Options to change the default font and size for all new notes, and that works just fine. Just no changing the Tree font or size. And yes, I save the .ini file, then re-open AMN.
Using Version 3.49 (build 1023) 32-bit Deluxe.
Actually, it's a bit odd that both the .ini files had the double slashes in all the lines of the Fonts section. I did download the trial version and installed it, then purchased Deluxe and put in the activation code. So whatever files were installed originally, those are the files.
I don't actually see 2 lines that even refer to the Tree (Folders) font size, not to mention the text in Notes. I've used the Options to change the default font and size for all new notes, and that works just fine. Just no changing the Tree font or size. And yes, I save the .ini file, then re-open AMN.
Using Version 3.49 (build 1023) 32-bit Deluxe.
Re: Tree font and high DPI friendliness
Hi Vlad, its not working for me after several edits of skininfo.ini, and reboots after each edit.




Re: Tree font and high DPI friendliness
Ok... I presume there is some kind of issue. Either you cannot save setting due to an error with file access permissions, or, you need to restart AllMyNotes completely, make sure it's not hidden in the system tray (actually running in the background).AlvaroGuevara wrote: ↑August 18th, 2022, 4:41 pm Show us your solution please
I've tried to illustrate it this way:

AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers
Re: Tree font and high DPI friendliness
It looks like your text editor saves it under different name - it adds " NOTE README.txt" to file name. Make sure to save it exactly as "SkinInfo.ini". There may be a problem with file access permission. I've added a screenshot (see my post above) with guideline how to gain file access rights.AlvaroGuevara wrote: ↑August 18th, 2022, 3:00 pm Hi Vlad, its not working for me after several edits of skininfo.ini, and reboots after each edit.
AllMyNotes Organizer usage idea: make notes in courtrooms for lawyers