◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSDEVIOCTL typedef struct _FONTINFO { /* finfo */ USHORT idCodePage; USHORT idFont; } FONTINFO; The FONTINFO structure specifies the code-page and font identifiers for a printer font. Field Description ──────────────────────────────────────────────────────────────────────────── idCodePage Specifies the code-page ID. It can be one of the following values: Number Code page ──────────────────────────────────────────────────────────────── 437 United States 850 Multilingual 860 Portuguese 863 French-Canadian 865 Nordic idFont Specifies the font. The permitted font ID depends on the printer and on the loaded fonts. See Also PRT_ACTIVATEFONT, PRT_QUERYACTIVEFONT, PRT_VERIFYFONT ♦