Ejemplo n.º 1
0
 public RichTextMeasurer(IFontFamilyCache fontFamilyCache)
 {
     this.fontFamilyCache = fontFamilyCache;
     charSizes            = new Dictionary <Pair <char, IRtSpanStyle>, Size2>();
     graphics             = new Graphics(new Bitmap(2048, 512, PixelFormat.Format32bppRgba));
 }
Ejemplo n.º 2
0
 public RtImageBuilder(IFontFamilyCache fontFamilyCache)
 {
     this.fontFamilyCache = fontFamilyCache;
 }