2.3.11.27 EMR_SETTEXTJUSTIFICATION Record

The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification.<91>


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Type

Size

nBreakExtra

nBreakCount

Type (4 bytes): An unsigned integer that identifies this record type as EMR_SETTEXTJUSTIFICATION. This value is 0x00000078.

Size (4 bytes): An unsigned integer that specifies the size of this record in bytes.

nBreakExtra (4 bytes): A signed integer that specifies the total amount of extra space to add in logical units.

nBreakCount (4 bytes): A signed integer that specifies the number of break characters.

Instead of using this record, an implementation SHOULD use EMR_EXTTEXTOUTW (section 2.3.5.8) to perform this function.

See section 2.3.11 for more state record types.