[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetTextJustification

SetTextJustification Method

SetTextJustification(int, int)

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.

Declaration
public void SetTextJustification(int breakExtra, int breakCount)
Parameters
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.