> 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

Reply via email to