How better text of entities in Cesium

Hey guys, I have an issue with the text of an entity. The text becomes pixelated inside the map. Why does this happen and how can I improve it?

This is the label property that I’m using.

      label: {

        text: equipo.MQ_DSC.toUpperCase(),

        font: "bold 12px sans-serif",

        fillColor: Color.WHITE,

        style: LabelStyle.FILL_AND_OUTLINE,

        outlineColor: Color.fromCssColorString("rgba(0,0,0,0.85)"),

        outlineWidth: 2,

        pixelOffset: new Cartesian2(0, -28),

        horizontalOrigin: HorizontalOrigin.CENTER,

        verticalOrigin: VerticalOrigin.BOTTOM,

        disableDepthTestDistance: Number.POSITIVE_INFINITY,

        show: !hideLabel,

      },

Hi @MatiasDevCL, thanks for letting us know!

I’m having some trouble reproducing this bug with the label settings you’ve shared. Possibly there is a bug being caused by some combination of the quantity and positions of labels — would you be able to share a Sandcastle demo, or some other way for us to reproduce the error directly?

It might also be helpful to know what web browser and operating system you are testing on. Thanks!