<div dir="ltr">Hi,<br><div><br></div><div>We have noticed that JavaFX's strategy for selecting default fonts can sometimes be quite odd, <br>and at times it doesn't properly follow the fontconfig configuration. As a result, <br>we frequently receive feedback from Linux users reporting that all Chinese characters appear as garbled text.<br>This[1] is one piece of the feedback that contains useful information.<br><br>We are not sure whether these problems can be solved. However, we've noticed that unlike AWT,<br>javafx.scene.text.Font API lacks most useful methods. For example, it does not provide <br>canDisplay/canDisplayUpTo methods, making it impossible to determine whether <br>a font can render a given text. I found that CharToGlyphMapper actually contains <br>the corresponding method, but it is not exposed through the Font API.<br><br>So is it possible to add more useful API methods to Font, like AWT does?<br>This will be of great help to us.</div><div><br></div><div>Glavo</div><div><br></div><div>[1]: <a href="https://github.com/HMCL-dev/HMCL/issues/3104">https://github.com/HMCL-dev/HMCL/issues/3104</a></div></div>