[]
Specifies the amount of space the system should add to the break characters in a string of text. The space is added when an application calls the TextOut method.
public void SetTextJustification(int breakExtra, int breakCount)
Type | Name | Description |
---|---|---|
int | breakExtra | Specifies the total extra space, in logical units, to be added to the line of text. |
int | breakCount | Specifies the number of break characters in the line. |