On 01/02/2013 09:17 PM, Herbert Voss wrote:
Am 24.12.2012 15:13, schrieb Taco Hoekwater:
* Two new callbacks: find_cidmap_file and load_cidmap_file
(used by the fontloader to discover .cidmaps)
only find_cidmap_file is listed in the documentation.
After some consideration, both of those callbacks are going
away again. The rationale for that is that we want to split
off fontloader to a .so/.dll file, and that cannot happen if
it has too many internal entry points.
Besides, it is not hard to load .cidmap files from lua code.
Best wishes,
Taco