示例#1
0
 public string StyleString(QFontInfo fontInfo)
 {
     return (string) interceptor.Invoke("styleString#", "styleString(const QFontInfo&)", typeof(string), typeof(QFontInfo), fontInfo);
 }
示例#2
0
文件: QFontInfo.cs 项目: KDE/qyoto
 public QFontInfo(QFontInfo arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QFontInfo#", "QFontInfo(const QFontInfo&)", typeof(void), typeof(QFontInfo), arg1);
 }
示例#3
0
 public QFontInfo(QFontInfo arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QFontInfo#", "QFontInfo(const QFontInfo&)", typeof(void), typeof(QFontInfo), arg1);
 }
示例#4
0
 public string StyleString(QFontInfo fontInfo)
 {
     return((string)interceptor.Invoke("styleString#", "styleString(const QFontInfo&)", typeof(string), typeof(QFontInfo), fontInfo));
 }