Ticket Created
over 3 years ago

CIQQA-1322

no antialiasing for system fonts on new fr devices

Hi,

I use gfx.FONT_TINY and other system fonts with

dc.drawText

On new fr 255 and 955 devices no more antialiasing for this fonts available. On fenix7 devices the same code works correct.

Custom fonts with antialiasing working fine.

best regards 

2aCD

Parents
  • With CIQ 4,x devices, setAntiAlias is really just a no-op as the devices have a GPU (the venu2, f7, 955, 255, etc).  Sounds like there may be an issue with the sim for the 255/955 but is likely fine on a real device.

Comment
  • With CIQ 4,x devices, setAntiAlias is really just a no-op as the devices have a GPU (the venu2, f7, 955, 255, etc).  Sounds like there may be an issue with the sim for the 255/955 but is likely fine on a real device.

Children