  | TesseractOcrFontAttributesFontName Property  | 
Gets the font name.
 
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntaxpublic string FontName { get; }Public ReadOnly Property FontName As String
	Get
public:
virtual property String^ FontName {
	String^ get () sealed;
}Property Value
Type: 
String
The font name.
See Also