Created Date: 16 Mar, 2022 15:03
Last Modified Date: 16 Oct, 2023 13:22

This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP

The HqnFontBook procset can be used to render “proof” pages showing the glyphs available in one or more installed fonts. It has a single-entry point, fontbook , which expects an array of font names and an optional configuration dictionary on the operand stack, e.g.:

            /HqnFontBook /ProcSet findresource begin [ /Times-Roman /Courier /ArialUnicode ] <<
                /Verbose true
            >> fontbook end
TEXT

Options include:

AllFonts boolean

If true the array argument is not required (and will be ignored, if present), and all installed fonts will be proofed.

SampleLine1 , SampleLine2 , SampleLine3 strings

When Verbose is false the glyphs in these three strings are proofed for each font.

SampleSize number

The size of sample glyphs, etc.

Verbose boolean

If false , a small subset of alphanumeric glyphs is shown; if true , all glyphs in the font are shown.