FontInfo(FontInfo, FontfaceStyle) Constructor
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public FontInfo(
FontInfo font,
FontfaceStyle style
)
Public Sub New (
font As FontInfo,
style As FontfaceStyle
)
public:
FontInfo(
FontInfo^ font,
FontfaceStyle style
)
new :
font : FontInfo *
style : FontfaceStyle -> FontInfo
Parameters
- font FontInfo
- The existing Font from which to create the new Font.
- style FontfaceStyle
-
The FontfaceStyle to apply to the new FontInfo.
Multiple values of the FontfaceStyle enumeration can be combined with the OR operator.