Click or drag to resize

BasicFontBuilderFonts Property

Returns a new array of Fonts that represents all constructed fonts in the FontBuilder's cache.

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 Font[] Fonts { get; }

Property Value

Type: Font
A new array of Fonts that represents all constructed fonts in the FontBuilder's cache.

Implements

IFontBuilderFonts
Remarks
A new array is constructed each time this method is called.
See Also