In This Topic
Overload List
Overload | Description |
Font Constructor(String,Double,FontStyle,Color,UnderlineStyle,VerticalTextAlignment,ThemeFont) | Initializes a new instance of the Font struct. |
Font Constructor(FontFamily,String,Double,FontStyle,Color,UnderlineStyle,VerticalTextAlignment,ThemeFont) | Initializes a new instance of the Font struct. |
Font Constructor(Color) | Initializes a new instance of the Font struct that uses the specified existing Font and Color value. |
Font Constructor(Color,FontStyle) | Initializes a new instance of the Font struct that uses the specified existing Font and Color value. |
Font Constructor(Font,FontStyle) | Initializes a new instance of the Font struct that uses the specified existing Font and FontStyle enumeration. |
Font Constructor(Font,Color) | Initializes a new instance of the Font struct that uses the specified existing Font and Color value. |
Font Constructor(Font,String) | Initializes a new instance of the Font struct that uses the specified existing Font and new font face name. |
Font Constructor(Font,Double) | Initializes a new instance of the Font struct that uses the specified existing Font and new font size. |
Font Constructor(Font,VerticalTextAlignment) | Initializes a new instance of the Font struct that uses the specified existing Font and new font vertical alignment. |
Font Constructor(Font,UnderlineStyle) | Initializes a new instance of the Font struct that uses the specified existing Font and new font underline. |
Font Constructor(Font,ThemeFont) | Initializes a new instance of the Font struct that uses the specified existing Font and new theme font. |
See Also