.TH DCLFONT 1 "2026-01-23" "DCL 7.5.2" "GFD Dennou Club Library"
.SH NAME
dclfont \- display the font table (character map) for DCL
.SH SYNOPSIS
.B dclfont
[
.I options
]
.SH DESCRIPTION
.B dclfont
is a utility program included in the GFD Dennou Club Library (DCL). It displays a character map table for the currently selected DCL font.

The program opens a 600x600 pixel window and draws a 16x16 grid.
.PP
.IP \(bu 2
It iterates through character codes from 0 to 255.
.IP \(bu
Each cell displays the character glyph corresponding to the code.
.IP \(bu
The decimal value of the character code is displayed in small text at the top-right corner of each cell.
.PP
This utility is useful for verifying available characters and their corresponding codes in different DCL fonts (e.g., standard, italic, gothic).

.SH OPTIONS
.B dclfont
accepts standard DCL runtime parameters. The most relevant option for this utility is:
.TP
.BI "-sg:ifont " index
Specify the font index number to display (default: 1).
.br
Changing this value allows you to inspect different font sets provided by DCL.
.TP
.BI "-sw:width " pixels
Specify the window width (default: 600).
.TP
.BI "-sw:height " pixels
Specify the window height (default: 600).

.SH EXAMPLES
To display the default font table (Font 1):
.PP
.RS
$ dclfont
.RE
.PP
To display the font table for Font 2 (often a different typeface or style):
.PP
.RS
$ dclfont -sg:ifont=2
.RE
.PP
To save the font table as a PDF file:
.PP
.RS
$ dclfont -sw:ws pdf
.RE
.SH AUTHORS
Youhei SASAKI <uwabami@gfd-dennou.org>, GFD Dennou Club
.SH SEE ALSO
.BR dclclr (1),
.BR dclconfig (1)
