Giter Club home page Giter Club logo

Comments (8)

dukke avatar dukke commented on August 17, 2024

...Not sure if this is actually that much important

from jfxtras-styles.

MairwunNx avatar MairwunNx commented on August 17, 2024

Hi @dukke , on screenshots not see difference, you can make gif? If i not mistake kerning also exists when click on fluent design button? No?

from jfxtras-styles.

dukke avatar dukke commented on August 17, 2024

Look at the position of the "B". Compare the distance on both screenshots between the "B" and the "u"

from jfxtras-styles.

MairwunNx avatar MairwunNx commented on August 17, 2024

@dukke Hi, yes, i see your small problem, you tried JVM font improve args?

-Dprism.lcdtext=false - it can be solution for it problem, see please and reply me :)

Usage Example: java -Dprism.lcdtext=false -jar JarExecutableFile.jar

Also, if you not like arguments, you can use System.setProperty("prism.lcdtext", "false")

from jfxtras-styles.

dukke avatar dukke commented on August 17, 2024

Yep, I already do that.

If you look at the code in the samples you'll see that flag being used. In my PC, a laptop, I needed that to fix the quality of the text rendering. That might not be needed on other monitors.
That actually fixes text quality rendering only (I think). I don't think it interferes with anything else, like kerning and such.
Anyway this is how I'm running JMetro's samples so it still has this problem with that flag set.

To fix this issue (although this issue might not be actually relevant) I think we might need to change the text size when the button shrinks. My thinking is that this happens because JavaFX tries to preserve the text size that was set and as the button shrinks the only way for the text to be smaller while preserving the text size is to mess with the kerning (making letters closer to each other).
This is just an hypothesis, haven't actually verified it.

Thanks Pavel! 👍

from jfxtras-styles.

MairwunNx avatar MairwunNx commented on August 17, 2024

@dukke ok, i think it not critical bug :), it can be bug in JavaFx, not in your lib, i think it need to close :), or need do solution for it issue, e.g set font size +0.1, or other ways))) good luck with it !

from jfxtras-styles.

dukke avatar dukke commented on August 17, 2024

Yeah, it's probably not critical.

Setting font size to being a bit smaller might do the trick.

from jfxtras-styles.

MairwunNx avatar MairwunNx commented on August 17, 2024

Try :) Maybe it be normal solution :))

from jfxtras-styles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.