DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T d

⟦0a2401015⟧ TextFile

    Length: 1263 (0x4ef)
    Types: TextFile
    Names: »dmdcodes.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/umd-dvi/dev/dmdcodes.h« 

TextFile

/* DMD command codes */

#define DMD_FORW	131	/* one pixel forward */
#define DMD_BACK	132	/* one pixel backward */
#define DMD_HABS	135	/* + short, set absolute H pos */
#define DMD_HREL	136	/* + schar, set relative H pos */
#define DMD_VABS	137	/* + short, set absolute V pos */
#define DMD_VREL	138	/* + schar, set relative V pos */

#define	DMD_EXIT	140
#define	DMD_ASCII	141
#define	DMD_TERM	142
#define	DMD_CLEAR	143
#define	DMD_TYPESET	144
#define	DMD_ACK		145
#define	DMD_NAK		146
#define	DMD_WIND	147
#define	DMD_NEXT	149

#define DMD_RULE	193	/* print a rule */

#define DMD_SGLYPH	198	/* define a small glyph */
#define DMD_BGLYPH	199	/* define a big glyph */

#define DMD_MKFONT	205	/* create a downloaded font */
#define DMD_SETFONT	206	/* specify font number */

#define	DMD_PAGE	218	/* start a new page */
#define DMD_ENDPAGE	219	/* request next action */

#define	DMD_SEGMENT	221	/* define path with lines */
#define	DMD_SPLINE	222	/* define path with spline */
#define	DMD_CIRCLE	223	/* define circular path */
#define	DMD_ELLIPSE	224	/* define elliptical path */
#define	DMD_DRAWPATH	225	/* draw a path */
#define	DMD_FILLPATH	226	/* fill a path */
#define	DMD_PENSIZE	227	/* set pen size */

#define imP_ForceDel	240	/* force glyph deletion */