JoshPeru
10-30-2006, 04:05 AM
hi, i can change the font family to "Dadhand"... of the datagrid component, but when i see my website in another computer that dont have the font "Dadhand", this font change to the default font... how i can import the font to my swf movie? or exist another way of made it? thanks.
col = datagrid.getColumnAt(0);
col.width = 400;
col.headerText = "Product:";
col.fontFamily = "Dadhand";
col.fontWeight = "bold";
col.fontSize = 20;
col = datagrid.getColumnAt(0);
col.width = 400;
col.headerText = "Product:";
col.fontFamily = "Dadhand";
col.fontWeight = "bold";
col.fontSize = 20;