Enum text
FontRescanFlags
Namespace: Datalogics::PDFL
Description
Flags controlling which font directories to rescan after initialization.
These flags can be combined with a bitwise OR to rescan multiple sources.
Values
- FontRescan_Files
Rescan only the files defined in dirList, plus those added with PDFLAddFontDirectories.
- FontRescan_System
Rescan the system font directories.
- FontRescan_All
Rescan both user-defined and system font directories. Equivalent to FontRescan_Files | FontRescan_System.