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.
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.