Method Get
Get(string, double, FontStyle)
Creates font with the specified parameters.
public static Font Get(string familyName, double emSize, FontStyle style = FontStyle.Regular)
Parameters
familyNamestringA string representation of the font family for the new font.
emSizedoubleThe em-size, in points, of the new font.
styleFontStyleThe FontStyle of the new font.