zhenghuazhi

 flex加载字体方式2:该加载方式使用css加载字体,只支持系统自带的字体,不支持嵌入式字体。

.myStyle1{
			font-family:宋体;
			font-size:20px;
		}
	
	
		
			import mx.controls.Image;
			private function init():void{
				var bmp:BitmapData =new BitmapData(aa.width,aa.height);
				bmp.draw(aa);
				var bt:Bitmap = new Bitmap(bmp);
			...

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2021-12-29
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2021-10-15
  • 2022-12-23
  • 2021-11-17
  • 2022-02-19
  • 2022-12-23
相关资源
相似解决方案