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