RichString.FontWeight Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: RichString
Changes the font weight
public RichString FontWeight(int value);
Parameters
| int value | The new font weight |
Returns
| RichString | A reference to the same RichString instance |
