[oemfonts] FontFile,"Description","AspectRatio",CountryCode
The [oemfonts] section specifies the files and information needed to install the OEM fonts required to support a display or printer driver.
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.
CountryCode
Specifies the country for which the font was designed.
This example shows the font sections that support a display driver:
[oemfonts]
1:egaoem.fon,"ZGA (640x350) resolution Terminal Font (USA)","133,96,72",1
[disks], [display], [fixedfonts], [fonts], [io.device], [sysfonts]