public FastTextBlock(TextFormatterProvider provider, IFastTextSource src) { this.provider = provider; this.src = src; }
public FastTextBlock(bool useNewFormatter, IFastTextSource src) { this.useNewFormatter = useNewFormatter; this.src = src; }
public FastTextBlock(IFastTextSource src) { this.src = src; }