public static TextStyle WithFontAndColor( Font font, double fontSize, Nullable<Color> fillColor, Nullable<Color> strokeColor )
Parameters
- font
- The font.
- fontSize
- Size of the font.
- fillColor
- (Optional) The fill color.
- strokeColor
- (Optional) The stroke color.
Return Value
A TextStyle.