예제 #1
0
 public FastTextBlock(TextFormatterProvider provider, IFastTextSource src)
 {
     this.provider = provider;
     this.src = src;
 }
예제 #2
0
 public FastTextBlock(TextFormatterProvider provider, IFastTextSource src)
 {
     this.provider = provider;
     this.src      = src;
 }
예제 #3
0
		public FastTextBlock(bool useNewFormatter, IFastTextSource src) {
			this.useNewFormatter = useNewFormatter;
			this.src = src;
		}
예제 #4
0
 public FastTextBlock(bool useNewFormatter, IFastTextSource src)
 {
     this.useNewFormatter = useNewFormatter;
     this.src             = src;
 }
예제 #5
0
		public FastTextBlock(IFastTextSource src) {
			this.src = src;
		}
예제 #6
0
 public FastTextBlock(IFastTextSource src)
 {
     this.src = src;
 }