Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
JUST_VALUE_STRUCT
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
typedef struct tagJUST_VALUE_STRUCT {
    short nCharExtra;
    WORD  nCharCount;
    short nBreakExtra;
    WORD  nBreakCount;
} JUST_VALUE_STRUCT;
 
The JUST_VALUE_STRUCT structures contains the values to use when justifying
text.
 
Member       Description
────────────────────────────────────────────────────────────────────────────
 
nCharExtra   Specifies in font units the total extra space that must be
             distributed over nCharCount characters.
 
nCharCount   Specifies the number of characters over which the nCharExtra
             member is distributed.
 
nBreakExtra  Specifies in font units the total extra space that is
             distributed over nBreakCount break characters.
 
nBreakCount  Specifies the number of break characters over which
             nBreakExtra units are distributed.
 
See Also
 
SETALLJUSTVALUES
 
 
                                      ♦