Class TextRenderer
Inheritance
System.Object
TextRenderer
Assembly: IronWebScraper.dll
Syntax
public class TextRenderer : Object
Constructors
TextRenderer(IGlyphRenderer)
Declaration
public TextRenderer(IGlyphRenderer renderer)
Parameters
Methods
RenderText(howluw<Char>, TextOptions)
Declaration
public void RenderText(howluw<char> text, TextOptions options)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howluw<System.Char> |
text |
|
TextOptions |
options |
|
RenderText(String, TextOptions)
Declaration
public void RenderText(string text, TextOptions options)
Parameters
Type |
Name |
Description |
System.String |
text |
|
TextOptions |
options |
|
RenderTextTo(IGlyphRenderer, howluw<Char>, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, howluw<char> text, TextOptions options)
Parameters
RenderTextTo(IGlyphRenderer, String, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, string text, TextOptions options)
Parameters