StiHtmlTextRender Class

Namespace: Stimulsoft.Report.Components

Methods

Method Returns Description
BreakText static string  
DrawString static void  
DrawTextForOutput static void  
GetTextLines static List  
MeasureString static SizeD  

Method Details

BreakText static

BreakText(rect: RectangleD, text: string, textBox: StiText): string

Parameters

  • rect (RectangleD)
  • text (string)
  • textBox (StiText)

Returns string


DrawString static

DrawString(g: Graphics, rect: RectangleD, text: string, textBox: StiText, scale: double): void

Parameters


DrawTextForOutput static

DrawTextForOutput(textBox: StiText, outRunsList: List, **outFontsList**: List): void

Parameters

  • textBox (StiText)
  • outRunsList (List)
  • outFontsList (List)

GetTextLines static

GetTextLines(textBox: StiText, baseText: string, linesInfo: List): List

Parameters

  • textBox (StiText)
  • baseText (string)
  • linesInfo (List)

Returns List


MeasureString static

MeasureString(textBox: StiText): SizeD

Parameters

  • textBox (StiText)

Returns SizeD