IFontBuilder provides a mechanism to control how fonts are constructed.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public interface IFontBuilder
Public Interface IFontBuilder
The IFontBuilder type exposes the following members.
Properties
| Name | Description |
---|
| Fonts | Provide a list of all font objects that have requested in this font builder. |
TopMethods
| Name | Description |
---|
| BuildFont | Build a font in the specified font family, size, and style. |
| Clear | Clears any old information in the font builder. |
TopRemarks The
IFontBuilder interface is used to define a class that will manage the construction of
Fonts in a recognized document. A simple implementation of
IFontBuilder is provided by the
BasicFontBuilder class.
See Also