Click or drag to resize

BasicOcrLineAccessorStyleIsUniform Method

Check to see if the font and style are uniform across this line of text.

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 virtual bool StyleIsUniform(
	IFontMapper mapper,
	IFontBuilder builder
)

Parameters

mapper
Type: Atalasoft.OcrIFontMapper
An IFontMapper to map the font characteristics.
builder
Type: Atalasoft.OcrIFontBuilder
An IFontBuilder to build the resulting font.

Return Value

Type: Boolean
True if the font family, style and size are the same throughout the line of text.

Implements

IOcrLineAccessorStyleIsUniform(IFontMapper, IFontBuilder)
See Also