Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font renderer smoothness issues on EOS STBs #515

Closed
mikita-liaukovich-epam opened this issue Nov 2, 2023 · 1 comment
Closed

Font renderer smoothness issues on EOS STBs #515

mikita-liaukovich-epam opened this issue Nov 2, 2023 · 1 comment

Comments

@mikita-liaukovich-epam
Copy link

mikita-liaukovich-epam commented Nov 2, 2023

Description:

Testing on different STBs shows that fonts are rendered differently on some STBs. The comparison is below:

✅ Arris Apollo STB:

apollo_dashboard
apollo_view

❌ Humax EOS \ Arris EOS STB:

EOS_dashboard
EOS_View

❌ Also the fonts look broken in development env on 2021 M1 Pro Macbook Pro 14":

image

The font in "Dashboard" examples is VMCircular Shout Bold, which has straight lines:
image

The font in "View" labels is Lato Regular
image

TV

LG 24mt58vf-pz (24", 1920x1080, 91.79 PPI) for all STB tests

STBs:

Arris Apollo, 1080p rendering
Humax EOS, 1080p rendering

Lightning:

Lightning Core: 2.4.0, 2.7.1
Lightning SDK: 4.8.1
Lightning CLI: any (tested till 2.13.0 incl.)

Text properties example:

For label "View":

text: {
      text: "View",
      textColor: "PRIMARY_TEXT",
      verticalAlign: "middle",
      fontSize: 28,
      lineHeight: 78,
      fontFace: fonts.Lato,
    }
@mikita-liaukovich-epam
Copy link
Author

The issue was resolved with the update to @lightningjs/sdk v5.5.0
Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant