Fonts - Xerox 850DP - Phaser Color Solid Ink Printer Manual

Controller software version 10.0
Hide thumbs Also See for 850DP - Phaser Color Solid Ink Printer:
Table of Contents

Advertisement

int
ras_width;
int
ras_height;
int
ras_depth;
int
ras_length;
int
ras_type;
int
ras_maptype;
int
ras_maplength;
/* color map follows for ras_maplength bytes, followed by image */
};
The fields are set as below:
Ras_magic = 0x59a66a95
Ras_width = ras_height = 32 (in the future, other dimensions may be allowed)
Ras_depth = 1 (in the future, other heights may be allowed)
Ras_length = (32 * 32)/8 = 128
Ras_type = 0x01 (RT_STANDARD)
Ras_maptype = 0 (RMT_NONE)
Ras_maplength = 0
The Sun raster image format header above and the 128 bytes of image data shall be preceded with the
following:
zzzzzzFINESS-Download-Object
XESPATTERNS
NAME="<Pattern Object Name>"
ObjectSize = <nn>
Notice that the ObjectSize field above specifies the number of bytes <nn> remaining AFTER the
carriage return/line feed of the ObjectSize line itself. This count is exclusive of the form feed character
on an upload of a pattern object.

7.3 Fonts

Fonts have a proprietary download data format which is not described in this document. The printer
system will have installed a selection of stick and outline fonts which are read-only. The user may also
download other fonts using the XESOBJECTDOWNLOAD command. Currently, downloads of fonts are
restricted to using the DEFAULT mode as described in the XESOBJECTDOWNLOAD command. The
SET mode is disallowed.
Version 10.0
AccXES PJL Interface
/* width (pixels) of image */
/* height (pixels) of image */
/* depth (1, 8, or 24 bits) of pixel */
/* length (bytes) of image */
/* type of file; see RT_* below */
/* type of colormap; see RMT_* below */
/* length (bytes) of following map */
Page 126 of 160

Advertisement

Table of Contents
loading

Table of Contents