StyleManager.FontSize Method
    
        Assembly: Topten.RichTextKit.dll
        Namespace: Topten.RichTextKit
                Declaring Type: StyleManager
                        
Changes the font size and returns an updated IStyle
public IStyle FontSize(float fontSize);
Parameters
| float fontSize | The new font size  | 
            
Returns
| IStyle | An IStyle for the new style  | 
        
