> > You can change it to 13 bits. I will change the struct to the following,
> > 
> > typedef struct {
> >     Int16 size;         /* Size of text */
> >     Int16 attributes;   /* Paragraph info (see above) */
> > } Paragraph;
> 
> So the high-order 3 bits of attributes will be unused, and the
> low-order 13 bits indicate the amount of extra paragraph spacing,
> right?
> 
> Bill

This is so obviously clueless I'm blushing.  Obviously you mean that
the high-order 13 bits are reserved, and that the 3 low-order bits
indicate the amount of extra paragraph spacing.

Bill

Reply via email to