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);
        }