Be able to customize the font that shows the week number #17
Replies: 3 comments
-
For a generic mathematic calculation of the week number text size and placement on a bitmap / icon (that can be in a large number of different sizes) dynamically created and for it to be somewhat easy to handle from a code perspective I have opted to use a monospaced font that is pre-existing in Windows. Adding support for other / custom fonts would require quite a bit of coding effort for it to handle all these resolutions and still fit + be somewhat sharp in the process (a lot of possibilities to tweak the image rendering process already exist from context menu). I will see if I can find a solution that does not require so many hours for me to produce. You are welcome to contribute yourself if you have knowhow. Just create a fork and do your suggested changes in code and create a pull request! |
Beta Was this translation helpful? Give feedback.
-
Here is a small hack I did (I do not aim to check-in this code since it will not work given the restrictions etc. I mentioned in above comment) - this could give some inspiration. It shows the use of a custom font, this one I downloaded from here |
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback. I am not a coder unfortunately, more a beta tester. But that font hack you did here looks quite nice |
Beta Was this translation helpful? Give feedback.
-
It would be nice to be able to customize the size and type of font that shows the week number. Somehow looks very bold in my taskbar. I would like to be able to customize it with a bit thinner font and maybe a bit smaller
Beta Was this translation helpful? Give feedback.
All reactions