PixelFarm.DrawingGL.TextureFontFace.GetScale C# (CSharp) 메소드

GetScale() 공개 메소드

public GetScale ( float pointSize ) : float
pointSize float
리턴 float
        public override float GetScale(float pointSize)
        {
            return nOpenTypeFontFace.GetScale(pointSize);
        }
        public override string FontPath