Click or drag to resize

IFontBuilder Interface

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

The IFontBuilder type exposes the following members.

Properties
  NameDescription
Public propertyFonts
Provide a list of all font objects that have requested in this font builder.
Top
Methods
  NameDescription
Public methodBuildFont
Build a font in the specified font family, size, and style.
Public methodClear
Clears any old information in the font builder.
Top
Remarks
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