CL Command Reference - DSPCDEFNT

CL Command List > DSPCDEFNT Reference

Description:

The Display Coded Font (DSPCDEFNT) command displays a coded font from the specified library. The font character set (FCS) and code page pairs are displayed along with the indication whether they are marked as resident in the printer or need to be downloaded by the system.

The Font character set (FNTCHRSET) parameter allows you to find all coded fonts that contain a particular font character set within it. The user would specify this parameter when they change a FCS and do not know which coded fonts the FCS is referenced in. You need to specify CDEFNT(*FNTCHRSET) and FNTCHRSET(font-character-set) to get this information displayed.

Restrictions:

. The Print Services Facility (PSF) feature is required to use this command.


Examples:

Example 1: Display a Coded Font

DSPCDEFNT CDEFNT(QFNT61/X0G16B)

This command displays the coded font X0G16B in library QFNT61. The display will show font character set and code page pairs within the coded font and whether they are marked as resident.



Example 2: Display Coded Fonts that contain Font Character Set

DSPCDEFNT CDEFNT(*ALL/*FNTCHRSET) FNTCHRSET(C0G16F60)

This command displays all the coded fonts (searches all libraries) that contain the font character set C0G16F60. Because this can be a CPU intensive search, it is recommended that it be run in batch mode.