Function
Returns a device-specific font.
make-device-font port font => device-font
<port>.
<object>.
duim-dcsduim-dcsReturns a device-specific font. Text styles are mapped to fonts for a port, a character set, and a text style. All ports must implement methods for the generic functions, for all classes of text style.
The objects used to represent a font mapping are unspecified and are likely to vary from port to port. For instance, a mapping might be some sort of font object on one type of port, or might simply be the name of a font on another.
Part of initializing a port is to define the mappings between text styles and font names for the port's host window system.