diff options
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r-- | fitz/fitz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h index b0de1f41..45abe6d6 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -1903,6 +1903,8 @@ struct fz_text_block_s fz_text_line *lines; }; +enum { FZ_MAX_COLORS = 32 }; + /* fz_text_line: A text line is a list of text spans, with the same baseline. In typical cases this should correspond (as expected) to |