Axiom.Fonts.Font.calculateSize C# (CSharp) 메소드

calculateSize() 보호된 메소드

protected calculateSize ( ) : int
리턴 int
		protected override int calculateSize()
		{
			// permanent resource is in the texture 
			return 0;
		}