-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip doesn't display unicode character #422
Comments
Yep, that is a used font issue - there was a similar question before: #97 Shortly - you can replace used fonts by assigning new values to various public static fields in I will be addressing currently poor way of handling fonts in v1.3.0, you can follow issue #331 to recieve updates for any related changes made. |
- WebCustomTooltip.java - Temporary fix for global font inheritance [ #422 ]
Okay, I was slightly wrong with the suggestion above.
I have pushed a small fix for the 2nd problem ( 9aea23e ), but it will only be included in snapshot builds of v1.2.9 You can find build containing ( 9aea23e ) change here: I'm not really sure which version you are currently using, so if it is problematic to move to newer version right now - you can simply change font in |
Just in case - build is still in progress and new artifacts will be uploaded to maven in a few minutes, make sure you will try today's version in case you will. |
I change the value of |
Yes, you are using a quite old version where Regarding the link I gave - there are no complete version there as it is a maven build for separate modules. If you want to use that one - you will need And about complete and some other artifacts - I will upload those tomorrow to the site, but eventually I will be getting rid of those (at least from the one that includes dependencies as well) as there are multiple issues that it could cause, so I strongly recommend using separate module builds and dependencies. It should also be quite easy if you have a maven project - in that case you can simply add a dependency in it to get everything required. |
And generally - I am planning to make some major enhancements to the project structure as it is already huge and constantly growing in size. You can check those out here - #336 - these changes will be coming with v1.3.0 release. |
Now I'm using weblaf-core-1.2.9-20161114.190243-77.jar and weblaf-ui-1.2.9-20161114.190438-77.jar. However, some classes and methods are not available any more, such as |
Some classes like Some classes and methods like Some classes and methods actually got removed like And no, you didn't forget anything. Right now you need You can find sources near the artifacts at the snapshot repository: |
I have now uploaded the updated artifacts to the site: |
I guess this issue should be fixed so I will close it. |
My swing application can't display unicode character in tooltip text. I guess it's a font issue. But I don't know how to change the font used by tooltip.
The text was updated successfully, but these errors were encountered: