Font cartridge attributes

Important

We recommend that you use Microsoft's IPP inbox class driver, along with Print Support Apps (PSA), to customize the print experience in Windows 10 and 11 for printer device development.

For more information, see the Print support app design guide.

The following table contains attributes that can be included in a *FontCartridge GPD entry.

Attribute name Attribute parameter Comments
*CartridgeName Text string representing the cartridge name. Required, unless *rcCartridgeNameID is specified.
*Fonts LIST of RC_UFM or RC_FONT resource identifiers representing fonts contained in the cartridge that are available for both portrait and landscape orientations. At least one of *Fonts, *PortraitFonts or *LandscapeFonts must be specified. Font resource identifiers should be numbered contiguously from 1.
*LandscapeFonts LIST of RC_UFM or RC_FONT resource identifiers representing fonts contained in the cartridge that are available only for landscape orientation. At least one of *Fonts, *PortraitFonts or *LandscapeFonts must be specified. Font resource identifiers should be numbered contiguously from 1.
*PortraitFonts LIST of RC_UFM or RC_FONT resource identifiers representing fonts contained in the cartridge that are available only for portrait orientation. At least one of *Fonts, *PortraitFonts or *LandscapeFonts must be specified. Font resource identifiers should be numbered contiguously from 1.
*rcCartridgeNameID Resource identifier of a String resource representing the cartridge name. Required, unless *CartridgeName is specified.