Hi, back again 😝 I still have a few holidays left, is there anything I can do?
Hiedra.

-----Mensaje original-----
De: Josh Tynjala <joshtynj...@bowlerhat.dev> 
Enviado el: viernes, 15 de agosto de 2025 20:49
Para: dev@royale.apache.org
Asunto: Re: Font rendering differences between Maven builds and local SDK builds

I suspect that the issue might be with this file:

https://github.com/apache/royale-asjs/blob/develop/frameworks/themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css

For Lato-Italic.ttf and Lato-BoldItalic.ttf, it might need:

font-style: italic

instead of:

font-style: normal

Unfortunately, I don't have time to test making this change today.

--
Josh Tynjala
Bowler Hat LLC
https://bowlerhat.dev/


On Fri, Aug 15, 2025 at 11:44 AM Piotr Zarzycki <piotrzarzyck...@gmail.com>
wrote:

> Josh,
>
> I can confirm that building in the same way TourDeJewel I have 
> reproduced issue. Look into the screenshot. Left one is build with SDK 
> [1] from my original email, right one with Maven. -> 
> https://ibb.co/MD0mFt1f
>
> pt., 15 sie 2025 o 20:13 Piotr Zarzycki <piotrzarzyck...@gmail.com>
> napisał(a):
>
> > Hi Josh,
> >
> > Well we didn’t touch project for around half a year, when I get back 
> > to
> it
> > we have bump into this issue.
> >
> > GH Actions builds project itself using Maven Royale artifacts 
> > available
> in
> > Apache central.
> >
> > I’m wondering if TourDeJewel could have same issue. I will check soon.
> >
> > Thanks,
> >
> > Piotr Zarzycki
> >
> >
> > On Fri, 15 Aug 2025 at 19:32, Josh Tynjala 
> > <joshtynj...@bowlerhat.dev>
> > wrote:
> >
> >> > 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/e7b7f07a60f5645993898
> 4b76bf17653fc45ab3e
> >>
> >> > 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
> >> >
> >>
> >
>
> --
>
> Piotr Zarzycki
>

Reply via email to