Axiom.Fonts.Font.calculateSize C# (CSharp) Méthode

calculateSize() protected méthode

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