FontInfo(IFontFamily, Single, FontfaceStyle) Constructor
Initializes a new
FontInfo using a specified size and style.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public FontInfo(
IFontFamily family,
float size,
FontfaceStyle style
)
Public Sub New (
family As IFontFamily,
size As Single,
style As FontfaceStyle
)
public:
FontInfo(
IFontFamily^ family,
float size,
FontfaceStyle style
)
new :
family : IFontFamily *
size : float32 *
style : FontfaceStyle -> FontInfo
Parameters
- family IFontFamily
- The IFontFamily of the new FontInfo.
- size Single
- The em-size, in points, of the new font.
- style FontfaceStyle
- The FontfaceStyle of the new font.