Пример #1
0
 public SizeF GetTextSize(SizeF proposedSize, TextParams textParams)
 {
     using (StringFormat sf = textParams.CreateStringFormat())
     {
         return(this.GetTextSize(proposedSize, textParams.useCompatibleTextRendering, sf, TextFormatFlags.Default, textParams.textWrap));// && !textParams.autoSize);
     }
 }