[]
Formats the specified text run with the specified font.
public void Format(int start, int length, Font font)
Public Sub Format(start As Integer, length As Integer, font As Font)
Type | Name | Description |
---|---|---|
int | start | The start position of the text run. |
int | length | The length of the text run. |
Font | font | The font setting of the text run. |
Formats the whole text with the specified font.
public void Format(Font font)
Public Sub Format(font As Font)
Type | Name | Description |
---|---|---|
Font | font | The font setting of the text run. |