예제 #1
0
 public override object Create(string fontName, double size, Xwt.Drawing.FontStyle style, Xwt.Drawing.FontWeight weight, Xwt.Drawing.FontStretch stretch)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public override object SetStyle(object handle, Xwt.Drawing.FontStyle style)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public static int ToUnderlineStyle(this Xwt.Drawing.FontStyle style)
 {
     throw new NotImplementedException();
 }