Robert Olofsson

Results 4 comments of Robert Olofsson

We had similar requests. I fixed our problem by adding two methods to RSyntaxTextArea: getFontForToken and getFontMetricsForToken and then our subclass of RSyntaxTextArea overrides these methods to check the characters...

A trivial swing program, so not using RSyntaxTextArea, does not show fallback for custom fonts for me, on linux (ubuntu) with jdk 17. ![Screenshot from 2024-07-01 10-18-54](https://github.com/bobbylight/RSyntaxTextArea/assets/165770511/ae433a8c-07f8-40d2-b08f-2c50b791bbe3) Source code (But...

Monospaced fonts are not monospaced when it comes to more complex CJK characters, yes and that is fine for me. I am not sure I understand what the image for...

We tested a bit more, trying to use StyleContext and as I said it worked fine on my machine, but it did not work on another machine (probably because of...