Content hash of the file header + style TOC entries (computed during load). Used to generate deterministic font IDs for section cache invalidation.
| 108 | // Content hash of the file header + style TOC entries (computed during load). |
| 109 | // Used to generate deterministic font IDs for section cache invalidation. |
| 110 | uint32_t contentHash() const { return contentHash_; } |
| 111 | |
| 112 | private: |
| 113 | // Per-style metadata (parsed from file header/TOC) |