PixelFarm.DrawingGL.TextureFontFace.GetScale C# (CSharp) Method

GetScale() public method

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