Tactilis Posted August 10 Share Posted August 10 These questions arise as a result of an AutoHotkey script I am developing. Q1. Regarding the Text tool's Font Size dropdown, do all users see the same list of font sizes? Or does it depend in some way on the particular fonts that are installed? Q2. Why are these particular sizes displayed? The difference between adjacent sizes increases as you progress down the list, but has an odd drop in 2 places. Why is this please? Are the sizes displayed in some sense 'standard' font sizes? Quote Link to comment Share on other sites More sharing options...
BoltBait Posted August 10 Share Posted August 10 8-72 entries match Microsoft Word Quote Download: BoltBait's Plugin Pack | CodeLab | and a Computer Dominos Game Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 10 Share Posted August 10 Might be worth pointing out here that decimals are supported, so you don't have to clamp the size to whole numbers. 10 11 11.5 12 13.6 14 1 Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Rick Brewster Posted August 10 Share Posted August 10 16 minutes ago, Ego Eram Reputo said: Might be worth pointing out here that decimals are supported, so you don't have to clamp the size to whole numbers. It's been said before, but this also applies to the brush size selector 1 Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Tactilis Posted August 10 Author Share Posted August 10 1 hour ago, Ego Eram Reputo said: Might be worth pointing out here that decimals are supported, so you don't have to clamp the size to whole numbers. Agreed. I understand that. But it's not the manual entry of size I was asking about. I was just checking whether it's a fixed list for all users, or whether the list is based on some factor(s) that I don't know about. My supposition is that it's fixed, which is pertinent to my AHK script. The 2nd question was more out of interest... why those particular sizes and the steps between them? Quote Link to comment Share on other sites More sharing options...
Solution Rick Brewster Posted August 10 Solution Share Posted August 10 It's a fixed list, but it's not necessarily set in stone. It may or may not change in the future. 1 Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.