Class FontInfo
Inheritance
System.Object
FontInfo
Assembly: IronOcr.dll
Syntax
public class FontInfo : Object
Properties
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
IsBold
Declaration
public bool IsBold { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsFixedPitch
Declaration
public bool IsFixedPitch { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsFraktur
Declaration
public bool IsFraktur { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsItalic
Declaration
public bool IsItalic { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSerif
Declaration
public bool IsSerif { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|