CCControlButton using BMFont rendering artefacts (in Canvas mode)

I am using BMFonts with the CCControlButton. But have Noticed that the Font rendering on the Button is Badly Aliased (not smooth).

Is there a solution to allow the BMFont to render much smoother?

Hi,

BMFont is a bitmap picture, if it scaled, it will be aliased.

You can provide a apposite picture of BMFont for the ControlButton.

Hello,

Attached are the Examples of the BMFont in the CControButton.

You can clearly see the difference in quality for the Rendering of the BMFonts.

It looks like Canvas Mode ignores the Alpha channel on the BMFont, or maybe we are using the wrong Texture quality for the Font?

Can you advise us on which texture Format and Settings work best for the BMFont to look smoother (in Canvas Mode)?

Thank you.