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