What do you get? Blank, different font?
Check to make sure the font didn't get reset in the columns or somewhere else along the way. In the debugger, I step through the code that sets the embedFonts flag to make sure it is being set properly. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Monday, March 31, 2008 9:36 PM To: [email protected] Subject: [flexcoders] Re: Embedded fonts in DataGrid I also thought i'd add i've added import mx.controls.dataGridClasses.DataGridItemRenderer; private var dgir:DataGridItemRenderer; to my main application, and my css is inside a swc that i'm loading via the -theme compiler option. Any help would be gratefully appreciated. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Bjorn Schultheiss" <[EMAIL PROTECTED]> wrote: > > Hey my embedded fonts are not appearing in my datagrid. > > They work everywhere else except the dataGrid. > > Any tips you guys have got to help me get this to work? > > > > btw. My datagrid is in a module, loaded by other modules. > All modules are loading the fonts fine, except within the datagrid. > And I'm not using Runtime CSS. >

