> In one of our Royale Jewel applications, we've recently noticed that fonts have changed for several components - they appear to be italicized somehow.
Which components? > I'm wondering whether there have been any recent changes that might lead to this kind of bug? The only recent commit (which is actually several months old) that I see in royale-compiler that might affect font bold/italic rendering is this: https://github.com/apache/royale-compiler/commit/e7b7f07a60f56459938984b76bf17653fc45ab3e > I found that building the project using the Nightly SDK 0.9.13 downloaded from here [1] I seem to recall that the nightly builds that you linked are built with Maven too. I actually don't think that we currently have any Ant-based nightly builds at this time. > However, our deployment is based on GitHub Actions builds which use Maven, and those builds do have this issue. Do your GitHub Actions jobs build all three of royale-compiler, royale-typedefs, and royale-asjs? Or royale-asjs only? -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Fri, Aug 15, 2025 at 10:10 AM Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > Hi Guys, > > In one of our Royale Jewel applications, we've recently noticed that fonts > have changed for several components - they appear to be italicized somehow. > > I found that building the project using the Nightly SDK 0.9.13 downloaded > from here [1] produces a build that doesn't have this issue. However, our > deployment is based on GitHub Actions builds which use Maven, and those > builds do have this issue. > > I'm wondering whether there have been any recent changes that might lead to > this kind of bug? > > [1] https://nightlies.apache.org/Royale/Royale-asjs/ > > Thanks, > -- > > Piotr Zarzycki >