Custom Text Formatting (Previously: Getting long results in a program)
|
04-02-2024, 06:09 PM
Post: #34
|
|||
|
|||
RE: Getting long results in Program
(04-01-2024 09:08 PM)Tyann Wrote: I've replaced G9 with ICON in my programme and it works quite well, but I still have a few changes to make. Sure, I can help. Although from what you're writing, it seems like you've already tackled the hardest part. This reorganization to consolidate everything into one function probably isn't a big challenge. Due to the fact that PPL does not support default parameter values for function parameters, this needs to be implemented through several functions with the same name, which take a different number of parameters but internally refer to one common function with predetermined values for all parameters. I also wanted to show you the differences between various bold modes: The numbered lines are as follows: 1. regular text, 2. bold by displaying 3-times in the same place, 3. bold by displaying 2-times with a 1-pixel horizontal shift, 4. bold by combining points 2 and 3. Notice that between points 2 and 3, the difference for large fonts is not significant (the solution with a horizontal shift results in slightly thicker letters), but when you look at very small fonts, you can see that option 2 provides much sharper letters (more readable) than option 3. btw, Super-bold looks pretty cool; consider adding it as one of the formatting options as well. I'll leave it up to your decision. Piotr Kowalewski |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 54 Guest(s)