enum L_OcrDocumentFontType
{
L_OcrDocumentFontType_ProportionalSerif,
L_OcrDocumentFontType_ProportionalSansSerif,
L_OcrDocumentFontType_FixedSerif,
L_OcrDocumentFontType_FixedSansSerif,
L_OcrDocumentFontType_ICR,
L_OcrDocumentFontType_MICR,
L_OcrDocumentFontType_Last = L_OcrDocumentFontType_MICR
};
typedef enum L_OcrDocumentFontType L_OcrDocumentFontType;
Font types used when saving the final document.
Value | Meaning |
---|---|
L_OcrDocumentFontType_ProportionalSerif | The font used with proportional sans-serif characters |
L_OcrDocumentFontType_ProportionalSansSerif | The font used with proportional serif characters |
L_OcrDocumentFontType_FixedSerif | The font used with monospaced serif characters |
L_OcrDocumentFontType_FixedSansSerif | The font used with monospaced sans-serif characters |
L_OcrDocumentFontType_ICR | The font used with ICR (Intelligent Character Recognition) characters. Not currently supported |
L_OcrDocumentFontType_MICR | The font used with MICR (check font) characters |
L_OcrDocumentFontType is used with L_OcrDocumentManager_GetFontName and L_OcrDocumentManager_SetFontName to to get/set the fonts used in the final recognized document (PDF, DOC, HTML, etc).