Button component, embedFont issue

When I set my custom font, and apply embedFonts to true, i get the AntiAliasType.NORMAL (which means crappy).


courses.setRendererStyle("embedFonts", true);
courses.setRendererStyle("textFormat", myTextFormat);

Is there any way to make it high quality antialiasing?