mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Settings of cache size
This commit is contained in:
@ -58,6 +58,10 @@ static constexpr const char* PDF_OBJECT_END_MARK = "endobj";
|
||||
// Colors
|
||||
static constexpr const int PDF_MAX_COLOR_COMPONENTS = 32;
|
||||
|
||||
// Cache limits
|
||||
static constexpr size_t DEFAULT_FONT_CACHE_LIMIT = 32;
|
||||
static constexpr size_t DEFAULT_REALIZED_FONT_CACHE_LIMIT = 128;
|
||||
|
||||
} // namespace pdf
|
||||
|
||||
#endif // PDFCONSTANTS_H
|
||||
|
Reference in New Issue
Block a user