Exemplo n.º 1
0
 public bool Render(ref RImage riDest, IZone zoneDest, string sText)
 {
     try { zoneDest.CopyTo(ref rectDefault); }
     catch (Exception exn) { RReporting.ShowExn(exn, "accessing destination text zone", "RFont Render"); riDest.ToRect(ref rectDefault); }
     return(Render(ref riDest, rectDefault, sText, GlyphTypeNormal));
 }