|
提供另外一种把ttf打包为swf的方式:
前面已经提供了一种利用actionScription文件打包为swf的方式,下面提供使用css打包为swf的方式
/* CSS file */@font-face {src:url("/ttffont/AlphaFitness.ttf");font-family:AlphaFitness1;advancedAntiAliasing: true;}@font-face {src:url("/ttffont/AlphaFitness.ttf");font-family:AlphaFitness2;advancedAntiAliasing: true;}@font-face {src:url("/ttffont/AlphaFitness.ttf");font-family:AlphaFitness3;advancedAntiAliasing: true;}@font-face {src:url("/ttffont/AlphaFitness.ttf");font-family:AlphaFitness4;advancedAntiAliasing: true;} 右键compile CSS to SWF,生成swf文件,然后利用flex加载方式加载即可。。。 |
|