Esempio n. 1
0
 public TextFontCore(ITextFontCore that)
 {
     this.fontsize    = that.FontSize;
     this.fontstretch = that.FontStretch;
     this.fontfamily  = that.FontFamily;
     this.fontweight  = that.FontWeight;
     this.fontsize    = that.FontSize;
     this.background  = that.Background;
     this.foreground  = that.Foreground;
 }
Esempio n. 2
0
 public TextFontIndex(ITextFontCore _core, int _index)
 {
     this.core  = _core;
     this.index = _index;
 }
Esempio n. 3
0
 public MRATextProperties(ITextFontCore _core)
 {
     this.core = _core;
 }