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)
Syntaxpublic virtual Font[] Fonts { get; }Public Overridable ReadOnly Property Fonts As Font()
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