Qyoto.QFontDatabase.SmoothSizes C# (CSharp) Метод

SmoothSizes() публичный Метод

public SmoothSizes ( string family, string style ) : List
family string
style string
Результат List
        public List<int> SmoothSizes(string family, string style)
        {
            return (List<int>) interceptor.Invoke("smoothSizes$$", "smoothSizes(const QString&, const QString&)", typeof(List<int>), typeof(string), family, typeof(string), style);
        }