Axiom.Fonts.Font.calculateSize C# (CSharp) Method

calculateSize() protected method

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