Interface IGlyphDecorationRenderer
Inherited Members
Namespace: SixLabors.Fonts
Assembly: IronXL.dll
Syntax
public interface IGlyphDecorationRenderer : IGlyphRenderer
Methods
EnabledDecorations()
Declaration
TextDecorations EnabledDecorations()
Returns
| Type | Description |
|---|---|
| TextDecorations |
SetDecoration(TextDecorations, urwxos, urwxos, Single)
Declaration
void SetDecoration(TextDecorations textDecorations, urwxos start, urwxos end, float thickness)
Parameters
| Type | Name | Description |
|---|---|---|
| TextDecorations | textDecorations | |
| Iron.Excel.Extensions.urwxos | start | |
| Iron.Excel.Extensions.urwxos | end | |
| System.Single | thickness |