Character makeup flags. See AT_REC_LETTER.Makeup.
Values:
IG_REC_CHAR_FLAG_ENDOFLINE | End of line. In a table zone, the end of all the lines of a cell is marked by this flag. |
IG_REC_CHAR_FLAG_ENDOFPARA | End of paragraph. This flag is not used. |
IG_REC_CHAR_FLAG_ENDOFWORD | End of word. |
IG_REC_CHAR_FLAG_ENDOFZONE | End of zone. |
IG_REC_CHAR_FLAG_ENDOFPAGE | End of page. |
IG_REC_CHAR_FLAG_ENDOFCELL | End of table cell. |
IG_REC_CHAR_FLAG_ENDOFROW | End of the last line of the last filled cell of a table row. |
IG_REC_CHAR_FLAG_INTABLE | Letter is in a table cell. |
IG_REC_CHAR_FLAG_TEXT_DIR_MASK | Mask of text direction in makeup field. |
IG_REC_CHAR_FLAG_NORMTEXT | Normal, that is, horizontal, not rotated text. |
IG_REC_CHAR_FLAG_VERTTEXT | Vertical text / neon text. |
IG_REC_CHAR_FLAG_LEFTTEXT | Left rotated / orientation's upward. |
IG_REC_CHAR_FLAG_RIGHTTEXT | Right rotated / orientation's downward. |