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, glwtws, glwtws, Single)
Declaration
void SetDecoration(TextDecorations textDecorations, glwtws start, glwtws end, float thickness)
Parameters
Type | Name | Description |
---|---|---|
TextDecorations | textDecorations | |
Iron.Excel.Extensions.glwtws | start | |
Iron.Excel.Extensions.glwtws | end | |
System.Single | thickness |