| TesseractOcrFontAttributes Class | 
Namespace: DevScope.Ocr.Tesseract.WindowsPhone
The TesseractOcrFontAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrFontAttributes | 
Initializes a new instance of the TesseractOcrFontAttributes class.
  | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| FontId | 
Gets the font id.
  | |
| FontName | 
Gets the font name.
  | |
| IsBold | 
Gets a value indicating whether font is bold.
  | |
| IsItalic | 
Gets a value indicating whether font is italic.
  | |
| IsMonospace | 
Gets a value indicating whether font is monospace.
  | |
| IsSerif | 
Gets a value indicating whether font is serif.
  | |
| IsSmallCaps | 
Gets a value indicating whether font is smallcaps.
  | |
| IsUnderlined | 
Gets a value indicating whether font is underlined.
  | |
| PointSize | 
Gets the font point size.
  |