Using embedded fonts with the Flash CS3 DataGrid component
After a bit of code shuffling, it seems it is possible. The trick was I had to create a HeaderRenderer instance and set the embedFonts style to true. Next, I set the row renderer's embedFonts style to true and the textFormat style using the setRendererStyle() method, and finally set the headerTextFormat style using the setStyle() method.
Full code after the jump.
Continue reading "Using embedded fonts with the Flash CS3 DataGrid component" »