textrestrictions.as

来自「flex 实现的一个showcase 喜欢flex的朋友可以」· AS 代码 · 共 17 行

AS
17
字号
package com.flexShowcase.constants {
	
	
	//////////////////////////////////////////////////
	//class
	
	public class TextRestrictions {
		
		
		//////////////////////////////////////////////////
		//public static constants
		
		public static const SMALL:uint = 128;
		public static const MEDIUM:uint = 256;
		public static const LARGE:uint = 512;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?