Class TextRenderer
Inheritance
System.Object
TextRenderer
Assembly: IronXL.dll
Syntax
public class TextRenderer : Object
Constructors
TextRenderer(IGlyphRenderer)
Declaration
public TextRenderer(IGlyphRenderer renderer)
Parameters
Methods
RenderText(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>, TextOptions)
Declaration
public void RenderText( < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >text, TextOptions options)
Parameters
Type |
Name |
Description |
System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<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, <ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >text, TextOptions options)
Parameters
Type |
Name |
Description |
IGlyphRenderer |
renderer |
|
System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
text |
|
TextOptions |
options |
|
RenderTextTo(IGlyphRenderer, String, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, string text, TextOptions options)
Parameters