Interface IGlyphRenderer
Assembly: IronWebScraper.dll
Syntax
public interface IGlyphRenderer
Methods
Declaration
BeginGlyph(FontRectangle, GlyphRendererParameters)
Declaration
bool BeginGlyph(FontRectangle bounds, GlyphRendererParameters parameters)
Parameters
Returns
Type |
Description |
System.Boolean |
|
BeginText(FontRectangle)
Declaration
void BeginText(FontRectangle bounds)
Parameters
CubicBezierTo(howlws, howlws, howlws)
Declaration
void CubicBezierTo(howlws secondControlPoint, howlws thirdControlPoint, howlws point)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howlws |
secondControlPoint |
|
IronWebScraper.Extensions.howlws |
thirdControlPoint |
|
IronWebScraper.Extensions.howlws |
point |
|
Declaration
EndGlyph()
Declaration
EndText()
Declaration
LineTo(howlws)
Declaration
void LineTo(howlws point)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howlws |
point |
|
MoveTo(howlws)
Declaration
void MoveTo(howlws point)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howlws |
point |
|
QuadraticBezierTo(howlws, howlws)
Declaration
void QuadraticBezierTo(howlws secondControlPoint, howlws point)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howlws |
secondControlPoint |
|
IronWebScraper.Extensions.howlws |
point |
|
Extension Methods