Class FontAttributes
Inheritance
System.Object
FontAttributes
Assembly: IronOcr.dll
Syntax
public class FontAttributes : Object
Constructors
FontAttributes(FontInfo, Boolean, Boolean, Int32)
Declaration
public FontAttributes(FontInfo fontInfo, bool isUnderlined, bool isSmallCaps, int pointSize)
Parameters
Type |
Name |
Description |
FontInfo |
fontInfo |
|
System.Boolean |
isUnderlined |
|
System.Boolean |
isSmallCaps |
|
System.Int32 |
pointSize |
|
Properties
FontInfo
Declaration
public FontInfo FontInfo { get; }
Property Value
IsSmallCaps
Declaration
public bool IsSmallCaps { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsUnderlined
Declaration
public bool IsUnderlined { get; }
Property Value
Type |
Description |
System.Boolean |
|
PointSize
Declaration
public int PointSize { get; }
Property Value
Type |
Description |
System.Int32 |
|