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

GlyphInfo() 공개 메소드

public GlyphInfo ( UInt32 id, RectangleF rect, Real aspect ) : System
id System.UInt32
rect Axiom.Core.RectangleF
aspect Real
리턴 System
			public GlyphInfo( CodePoint id, UVRect rect, Real aspect )
			{
				codePoint = id;
				uvRect = rect;
				aspectRatio = aspect;
			}
		}
Font.GlyphInfo