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