Axiom.Fonts.Font.calculateSize C# (CSharp) Метод

calculateSize() защищенный Метод

protected calculateSize ( ) : int
Результат int
		protected override int calculateSize()
		{
			// permanent resource is in the texture 
			return 0;
		}