StyleManager.FontWidth Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyleManager
Changes the font width and returns an updated IStyle
public IStyle FontWidth(SkiaSharp.SKFontStyleWidth fontWidth);
Parameters
| SkiaSharp.SKFontStyleWidth fontWidth | The new font width |
Returns
| IStyle | An IStyle for the new style |
