Qyoto.QFontDatabase.Font C# (CSharp) Method

Font() public method

public Font ( string family, string style, int pointSize ) : QFont
family string
style string
pointSize int
return QFont
        public QFont Font(string family, string style, int pointSize)
        {
            return (QFont) interceptor.Invoke("font$$$", "font(const QString&, const QString&, int) const", typeof(QFont), typeof(string), family, typeof(string), style, typeof(int), pointSize);
        }