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
familyName
stringA string representation of the font family for the new font.
emSize
doubleThe em-size, in points, of the new font.
style
FontStyleThe FontStyle of the new font.