(v13) find in the pluggable font API
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
int find(sw_pfin * pfin, sw_datum * fontname);
Optional.
Called from within findresource
or resourceforall
, in the latter case with a NULL fontname
, this allows a module to define a font it had been withholding for performance reasons. If called during a findresource
and the module does call define, the findresource
will try again. Within resourceforall
it is called before the Font and CIDFont resources are examined.