[sysfonts]

[sysfonts] FontFile,"Description","AspectRatio"

The [sysfonts] section specifies the files and information needed to install the system font required to support a display or printer driver.

Parameters

FontFile

Specifies the MS-DOS filename of the font file.

Description

Specifies an ASCII string describing the font. This parameter must be enclosed in double quotation marks (").

AspectRatio

Specifies the aspect ratio (relative dimensions) of the device for which the font was designed. This parameter must be enclosed in double quotation marks ("). This parameter can have the form:

AspectXY,LogPixelsX,LogPixelsY CONTINUOUSSCALING

The parameters AspectXY, LogPixelsX, and LogPixelsY are decimal values that match the values of the dpAspectXY, dpLogPixelsX, and dpLogPixelsY members in the GDIINFO structure for the corresponding device driver.

The CONTINUOUSSCALING keyword is used for vector fonts.

Example

This example shows the font sections that support a display driver:

[sysfonts]

1:egasys.fon,"ZGA (640x350) resolution System Font","133,96,72"

See Also

[disks], [display], [fixedfonts], [fonts], [io.device], [oemfonts]