Skip to main content
Skip table of contents

The HqnFontBook procset

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.:

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

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.